#592DAF

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

Shades of Purple Heart #592DAF

Tints of Purple Heart #592DAF

Color information

#592DAF (or 0x592DAF) is unknown color: approx Purple Heart. HEX triplet: 59, 2D and AF. RGB value is (89,45,175). Sum of RGB (Red+Green+Blue) = 89+45+175=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #592DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592DAF is #A6D250. Grayscale: #484848. Windows color (decimal): -10932817 or 11480409. OLE color: 11480409.

HSL color Cylindrical-coordinate representation of color #592DAF: hue angle of 260.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592DAF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8945175-
CMYK0.490.7400.31
HSL260.31º59.09%43.14%-
HSV(B)260.31º74.29%68.63%-
XYZ12.87.141.25-
YUV72.98185.58139.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.80%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=28.80%
G=14.56%
B=56.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89451750.490.7400.31260.3159.0943.14
Hex592DAF314A01F1043b2b
Octal13155257611120374047353
Binary1011001101101101011111100011001010011111100000100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592DAF; }

 p { color: rgb(89,45,175); }

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

<style>
 a { background-color: #592DAF; }

 a { background-color: rgb(89,45,175); }

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

<style>
 span { border-color: #592DAF; }

 span { border-color: rgb(89,45,175); }

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