#5528B6

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

Shades of Purple Heart #5528B6

Tints of Purple Heart #5528B6

Color information

#5528B6 (or 0x5528B6) is unknown color: approx Purple Heart. HEX triplet: 55, 28 and B6. RGB value is (85,40,182). Sum of RGB (Red+Green+Blue) = 85+40+182=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #5528B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528B6 is #AAD749. Grayscale: #454545. Windows color (decimal): -11196234 or 11937877. OLE color: 11937877.

HSL color Cylindrical-coordinate representation of color #5528B6: hue angle of 259.01º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5528B6 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8540182-
CMYK0.530.7800.29
HSL259.01º63.96%43.53%-
HSV(B)259.01º78.02%71.37%-
XYZ12.956.8344.89-
YUV69.64191.41138.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 182 (71.48% from 255) = 59.28%
R=27.69%
G=13.03%
B=59.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85401820.530.7800.29259.0163.9643.53
Hex5528B6354E01D103402c
Octal125502666511603540310054
Binary10101011010001011011011010110011100111011000000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5528B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5528B6; }

 p { color: rgb(85,40,182); }

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

<style>
 a { background-color: #5528B6; }

 a { background-color: rgb(85,40,182); }

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

<style>
 span { border-color: #5528B6; }

 span { border-color: rgb(85,40,182); }

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