#5924cb

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

Shades of Purple Heart #5924CB

Tints of Purple Heart #5924CB

Color information

#5924CB (or 0x5924CB) is unknown color: approx Purple Heart. HEX triplet: 59, 24 and CB. RGB value is (89,36,203). Sum of RGB (Red+Green+Blue) = 89+36+203=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #5924CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5924CB is #A6DB34. Grayscale: #464646. Windows color (decimal): -10935093 or 13313113. OLE color: 13313113.

HSL color Cylindrical-coordinate representation of color #5924CB: hue angle of 259.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5924CB is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8936203-
CMYK0.560.8200.20
HSL259.04º69.87%46.86%-
HSV(B)259.04º82.27%79.61%-
XYZ15.537.757.17-
YUV70.88202.56140.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 36 (14.45% from 255) = 10.98%
BLUE value IS 203 (79.69% from 255) = 61.89%
R=27.13%
G=10.98%
B=61.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89362030.560.8200.20259.0469.8746.86
Hex5924CB3852014103462f
Octal131443137012202440310657
Binary10110011001001100101111100010100100101001000000111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5924cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5924cb; }

 p { color: rgb(89,36,203); }

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

<style>
 a { background-color: #5924cb; }

 a { background-color: rgb(89,36,203); }

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

<style>
 span { border-color: #5924cb; }

 span { border-color: rgb(89,36,203); }

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