#590CAF

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

Shades of Purple Heart #590CAF

Tints of Purple Heart #590CAF

Color information

#590CAF (or 0x590CAF) is unknown color: approx Purple Heart. HEX triplet: 59, 0C and AF. RGB value is (89,12,175). Sum of RGB (Red+Green+Blue) = 89+12+175=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #590CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590CAF is #A6F350. Grayscale: #353535. Windows color (decimal): -10941265 or 11471961. OLE color: 11471961.

HSL color Cylindrical-coordinate representation of color #590CAF: hue angle of 268.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590CAF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8912175-
CMYK0.490.9300.31
HSL268.34º87.17%36.67%-
HSV(B)268.34º93.14%68.63%-
XYZ11.995.4840.98-
YUV53.6196.51153.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 175 (68.75% from 255) = 63.41%
R=32.25%
G=4.35%
B=63.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89121750.490.9300.31268.3487.1736.67
Hex59CAF315D01F10c5725
Octal131142576113503741412745
Binary101100111001010111111000110111010111111000011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590CAF; }

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

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

<style>
 a { background-color: #590CAF; }

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

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

<style>
 span { border-color: #590CAF; }

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

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