#5932D0

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

Shades of Purple Heart #5932D0

Tints of Purple Heart #5932D0

Color information

#5932D0 (or 0x5932D0) is unknown color: approx Purple Heart. HEX triplet: 59, 32 and D0. RGB value is (89,50,208). Sum of RGB (Red+Green+Blue) = 89+50+208=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #5932D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932D0 is #A6CD2F. Grayscale: #4F4F4F. Windows color (decimal): -10931504 or 13644377. OLE color: 13644377.

HSL color Cylindrical-coordinate representation of color #5932D0: hue angle of 254.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5932D0 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8950208-
CMYK0.570.7600.18
HSL254.81º62.7%50.59%-
HSV(B)254.81º75.96%81.57%-
XYZ16.658.9660.53-
YUV79.67200.42134.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 208 (81.64% from 255) = 59.94%
R=25.65%
G=14.41%
B=59.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89502080.570.7600.18254.8162.750.59
Hex5932D0394C012ff3f33
Octal13162320711140223777763
Binary101100111001011010000111001100110001001011111111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5932D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5932D0; }

 p { color: rgb(89,50,208); }

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

<style>
 a { background-color: #5932D0; }

 a { background-color: rgb(89,50,208); }

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

<style>
 span { border-color: #5932D0; }

 span { border-color: rgb(89,50,208); }

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