Html Css Color HEX #591BC9 Purple Heart

📋 copy color: '#591BC9'

red 89 ◦ green 27 ◦ blue 201

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

Shades of Purple Heart #591BC9

Tints of Purple Heart #591BC9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.52%

 BLUE value IS 201 (78.91% from 255) = 63.41%

R = 28.08%
G = 8.52%
B = 63.41%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#591BC9 (or 0x591BC9) is known color: Purple Heart. HEX triplet: 59, 1B and C9. RGB value is (89,27,201). Sum of RGB (Red+Green+Blue) = 89+27+201=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #591BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BC9 is #A6E436. Grayscale: #404040. Windows color (decimal): -10937399 or 13179737. OLE color: 13179737.

HSL color Cylindrical-coordinate representation of color #591BC9: hue angle of 261.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BC9 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 27 201 -
CMYK 0.56 0.87 0 0.21
HSL 261.38º 0.76% 0.45% -
HSV(B) 261.38º 0.87% 0.79% -
XYZ 15.05 7.12 55.84 -
YUV 65.37 204.54 144.85 -
System Red Green Blue C M Y K H S L
Decimal 89 27 201 0.56 0.87 0 0.21 261.38 0.76 0.45
Hex 59 1B C9 38 57 0 15 105 4C 2D
Octal 131 33 311 70 127 0 25 405 114 55
Binary 1011001 11011 11001001 111000 1010111 0 10101 100000101 1001100 101101

Color Harmonies of #591BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BC9

Black with #591BC9

Text Example


Text Example

White with #591BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,27,201); }

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

background-color css

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

 a { background-color: rgb(89,27,201); }

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

border-color css

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

 span { border-color: rgb(89,27,201); }

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