Html Css Color HEX #591BD6 Purple Heart

📋 copy color: '#591BD6'

red 89 ◦ green 27 ◦ blue 214

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

Shades of Purple Heart #591BD6

Tints of Purple Heart #591BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.85%

R = 26.97%
G = 8.18%
B = 64.85%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#591BD6 (or 0x591BD6) is known color: Purple Heart. HEX triplet: 59, 1B and D6. RGB value is (89,27,214). Sum of RGB (Red+Green+Blue) = 89+27+214=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #591BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BD6 is #A6E429. Grayscale: #424242. Windows color (decimal): -10937386 or 14031705. OLE color: 14031705.

HSL color Cylindrical-coordinate representation of color #591BD6: hue angle of 259.89º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BD6 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 27 214 -
CMYK 0.58 0.87 0 0.16
HSL 259.89º 0.78% 0.47% -
HSV(B) 259.89º 0.87% 0.84% -
XYZ 16.65 7.76 64.24 -
YUV 66.86 211.04 143.79 -
System Red Green Blue C M Y K H S L
Decimal 89 27 214 0.58 0.87 0 0.16 259.89 0.78 0.47
Hex 59 1B D6 3A 57 0 10 104 4E 2F
Octal 131 33 326 72 127 0 20 404 116 57
Binary 1011001 11011 11010110 111010 1010111 0 10000 100000100 1001110 101111

Color Harmonies of #591BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BD6

Black with #591BD6

Text Example


Text Example

White with #591BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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