Html Css Color HEX #591CAF Purple Heart

📋 copy color: '#591CAF'

red 89 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #591CAF

Tints of Purple Heart #591CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 30.48%
G = 9.59%
B = 59.93%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#591CAF (or 0x591CAF) is known color: Purple Heart. HEX triplet: 59, 1C and AF. RGB value is (89,28,175). Sum of RGB (Red+Green+Blue) = 89+28+175=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #591CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591CAF is #A6E350. Grayscale: #3E3E3E. Windows color (decimal): -10937169 or 11476057. OLE color: 11476057.

HSL color Cylindrical-coordinate representation of color #591CAF: hue angle of 264.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591CAF is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 28 175 -
CMYK 0.49 0.84 0 0.31
HSL 264.9º 0.72% 0.4% -
HSV(B) 264.9º 0.84% 0.69% -
XYZ 12.27 6.05 41.08 -
YUV 63 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 89 28 175 0.49 0.84 0 0.31 264.9 0.72 0.4
Hex 59 1C AF 31 54 0 1F 109 48 28
Octal 131 34 257 61 124 0 37 411 110 50
Binary 1011001 11100 10101111 110001 1010100 0 11111 100001001 1001000 101000

Color Harmonies of #591CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CAF

Black with #591CAF

Text Example


Text Example

White with #591CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,28,175); }

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

background-color css

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

 a { background-color: rgb(89,28,175); }

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

border-color css

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

 span { border-color: rgb(89,28,175); }

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