Html Css Color HEX #591FA4 Purple Heart

📋 copy color: '#591FA4'

red 89 ◦ green 31 ◦ blue 164

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

Shades of Purple Heart #591FA4

Tints of Purple Heart #591FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 57.75%

R = 31.34%
G = 10.92%
B = 57.75%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#591FA4 (or 0x591FA4) is known color: Purple Heart. HEX triplet: 59, 1F and A4. RGB value is (89,31,164). Sum of RGB (Red+Green+Blue) = 89+31+164=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #591FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591FA4 is #A6E05B. Grayscale: #3F3F3F. Windows color (decimal): -10936412 or 10755929. OLE color: 10755929.

HSL color Cylindrical-coordinate representation of color #591FA4: hue angle of 266.17º 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 #591FA4 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 31 164 -
CMYK 0.46 0.81 0 0.36
HSL 266.17º 0.68% 0.38% -
HSV(B) 266.17º 0.81% 0.64% -
XYZ 11.31 5.78 35.64 -
YUV 63.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 89 31 164 0.46 0.81 0 0.36 266.17 0.68 0.38
Hex 59 1F A4 2E 51 0 24 10A 44 26
Octal 131 37 244 56 121 0 44 412 104 46
Binary 1011001 11111 10100100 101110 1010001 0 100100 100001010 1000100 100110

Color Harmonies of #591FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FA4

Black with #591FA4

Text Example


Text Example

White with #591FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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