Html Css Color HEX #591FAC Purple Heart

📋 copy color: '#591FAC'

red 89 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #591FAC

Tints of Purple Heart #591FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 30.48%
G = 10.62%
B = 58.9%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#591FAC (or 0x591FAC) is known color: Purple Heart. HEX triplet: 59, 1F and AC. RGB value is (89,31,172). Sum of RGB (Red+Green+Blue) = 89+31+172=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #591FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591FAC is #A6E053. Grayscale: #3F3F3F. Windows color (decimal): -10936404 or 11280217. OLE color: 11280217.

HSL color Cylindrical-coordinate representation of color #591FAC: hue angle of 264.68º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591FAC is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 31 172 -
CMYK 0.48 0.82 0 0.33
HSL 264.68º 0.69% 0.4% -
HSV(B) 264.68º 0.82% 0.67% -
XYZ 12.06 6.08 39.57 -
YUV 64.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 89 31 172 0.48 0.82 0 0.33 264.68 0.69 0.4
Hex 59 1F AC 30 52 0 21 109 45 28
Octal 131 37 254 60 122 0 41 411 105 50
Binary 1011001 11111 10101100 110000 1010010 0 100001 100001001 1000101 101000

Color Harmonies of #591FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FAC

Black with #591FAC

Text Example


Text Example

White with #591FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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