Html Css Color HEX #591FA2 Purple Heart

📋 copy color: '#591FA2'

red 89 ◦ green 31 ◦ blue 162

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

Shades of Purple Heart #591FA2

Tints of Purple Heart #591FA2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.99%

 BLUE value IS 162 (63.67% from 255) = 57.45%

R = 31.56%
G = 10.99%
B = 57.45%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#591FA2 (or 0x591FA2) is known color: Purple Heart. HEX triplet: 59, 1F and A2. RGB value is (89,31,162). Sum of RGB (Red+Green+Blue) = 89+31+162=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #591FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591FA2 is #A6E05D. Grayscale: #3E3E3E. Windows color (decimal): -10936414 or 10624857. OLE color: 10624857.

HSL color Cylindrical-coordinate representation of color #591FA2: hue angle of 266.56º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591FA2 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 31 162 -
CMYK 0.45 0.81 0 0.36
HSL 266.56º 0.68% 0.38% -
HSV(B) 266.56º 0.81% 0.64% -
XYZ 11.13 5.71 34.7 -
YUV 63.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 89 31 162 0.45 0.81 0 0.36 266.56 0.68 0.38
Hex 59 1F A2 2D 51 0 24 10B 44 26
Octal 131 37 242 55 121 0 44 413 104 46
Binary 1011001 11111 10100010 101101 1010001 0 100100 100001011 1000100 100110

Color Harmonies of #591FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FA2

Black with #591FA2

Text Example


Text Example

White with #591FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,31,162); }

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

background-color css

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

 a { background-color: rgb(89,31,162); }

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

border-color css

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

 span { border-color: rgb(89,31,162); }

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