Html Css Color HEX #590EAA Purple Heart

📋 copy color: '#590EAA'

red 89 ◦ green 14 ◦ blue 170

#590EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #590EAA

Tints of Purple Heart #590EAA

RGB

 RED value IS 89 (35.16% from 255) = 32.6%

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 32.6%
G = 5.13%
B = 62.27%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#590EAA (or 0x590EAA) is known color: Purple Heart. HEX triplet: 59, 0E and AA. RGB value is (89,14,170). Sum of RGB (Red+Green+Blue) = 89+14+170=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #590EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590EAA is #A6F155. Grayscale: #353535. Windows color (decimal): -10940758 or 11144793. OLE color: 11144793.

HSL color Cylindrical-coordinate representation of color #590EAA: hue angle of 268.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590EAA is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 14 170 -
CMYK 0.48 0.92 0 0.33
HSL 268.85º 0.85% 0.36% -
HSV(B) 268.85º 0.92% 0.67% -
XYZ 11.53 5.34 38.45 -
YUV 54.21 193.35 152.82 -
System Red Green Blue C M Y K H S L
Decimal 89 14 170 0.48 0.92 0 0.33 268.85 0.85 0.36
Hex 59 E AA 30 5C 0 21 10D 55 24
Octal 131 16 252 60 134 0 41 415 125 44
Binary 1011001 1110 10101010 110000 1011100 0 100001 100001101 1010101 100100

Color Harmonies of #590EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590EAA

Black with #590EAA

Text Example


Text Example

White with #590EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,14,170); }

 H1.HeaderClassName
 {
   color: #590EAA;
 }
 .AnyTagClassName
 {
   color: #590EAA;
 }
</style>

background-color css

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

 a { background-color: rgb(89,14,170); }

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

border-color css

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

 span { border-color: rgb(89,14,170); }

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