#5522D8

Color #5522D8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5522D8

Tints of Purple Heart #5522D8

Color information

#5522D8 (or 0x5522D8) is unknown color: approx Purple Heart. HEX triplet: 55, 22 and D8. RGB value is (85,34,216). Sum of RGB (Red+Green+Blue) = 85+34+216=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 216 (84.77% from 255 or 64.48% from 335); Max value from RGB is 216 - color contains mainly: blue. Hex color #5522D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522D8 is #AADD27. Grayscale: #454545. Windows color (decimal): -11197736 or 14164565. OLE color: 14164565.

HSL color Cylindrical-coordinate representation of color #5522D8: hue angle of 256.81º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5522D8 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8534216-
CMYK0.610.8400.15
HSL256.81º72.8%49.02%-
HSV(B)256.81º84.26%84.71%-
XYZ16.718.0365.64-
YUV70210.4138.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 216 (84.77% from 255) = 64.48%
R=25.37%
G=10.15%
B=64.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85342160.610.8400.15256.8172.849.02
Hex5522D83D540F1014931
Octal125423307512401740111161
Binary1010101100010110110001111011010100011111000000011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5522D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5522D8; }

 p { color: rgb(85,34,216); }

 H1.HeaderClassName
 {
   color: #5522D8;
 }
 .AnyTagClassName
 {
   color: #5522D8;
 }
</style>
background-color css

<style>
 a { background-color: #5522D8; }

 a { background-color: rgb(85,34,216); }

 div.DivClassName
 {
   background-color: #5522D8;
 }
 .BgClassName
 {
   background-color: #5522D8;
 }
</style>
border-color css

<style>
 span { border-color: #5522D8; }

 span { border-color: rgb(85,34,216); }

 td.TdClassName
 {
   border-color: #5522D8;
 }
 .TagClassName
 {
   border-color: #5522D8;
 }
</style>