Html Css Color HEX #591EA6 Purple Heart

📋 copy color: '#591EA6'

red 89 ◦ green 30 ◦ blue 166

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

Shades of Purple Heart #591EA6

Tints of Purple Heart #591EA6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

 BLUE value IS 166 (65.23% from 255) = 58.25%

R = 31.23%
G = 10.53%
B = 58.25%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#591EA6 (or 0x591EA6) is known color: Purple Heart. HEX triplet: 59, 1E and A6. RGB value is (89,30,166). Sum of RGB (Red+Green+Blue) = 89+30+166=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #591EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591EA6 is #A6E159. Grayscale: #3E3E3E. Windows color (decimal): -10936666 or 10886745. OLE color: 10886745.

HSL color Cylindrical-coordinate representation of color #591EA6: hue angle of 266.03º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591EA6 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 30 166 -
CMYK 0.46 0.82 0 0.35
HSL 266.03º 0.69% 0.38% -
HSV(B) 266.03º 0.82% 0.65% -
XYZ 11.47 5.81 36.59 -
YUV 63.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 89 30 166 0.46 0.82 0 0.35 266.03 0.69 0.38
Hex 59 1E A6 2E 52 0 23 10A 45 26
Octal 131 36 246 56 122 0 43 412 105 46
Binary 1011001 11110 10100110 101110 1010010 0 100011 100001010 1000101 100110

Color Harmonies of #591EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591EA6

Black with #591EA6

Text Example


Text Example

White with #591EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591EA6; }

 p { color: rgb(89,30,166); }

 H1.HeaderClassName
 {
   color: #591EA6;
 }
 .AnyTagClassName
 {
   color: #591EA6;
 }
</style>

background-color css

<style>
 a { background-color: #591EA6; }

 a { background-color: rgb(89,30,166); }

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

border-color css

<style>
 span { border-color: #591EA6; }

 span { border-color: rgb(89,30,166); }

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