Html Css Color HEX #591CB6 Purple Heart

📋 copy color: '#591CB6'

red 89 ◦ green 28 ◦ blue 182

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

Shades of Purple Heart #591CB6

Tints of Purple Heart #591CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 60.87%

R = 29.77%
G = 9.36%
B = 60.87%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#591CB6 (or 0x591CB6) is known color: Purple Heart. HEX triplet: 59, 1C and B6. RGB value is (89,28,182). Sum of RGB (Red+Green+Blue) = 89+28+182=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #591CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CB6 is #A6E349. Grayscale: #3F3F3F. Windows color (decimal): -10937162 or 11934809. OLE color: 11934809.

HSL color Cylindrical-coordinate representation of color #591CB6: hue angle of 263.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591CB6 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 28 182 -
CMYK 0.51 0.85 0 0.29
HSL 263.77º 0.73% 0.41% -
HSV(B) 263.77º 0.85% 0.71% -
XYZ 12.98 6.33 44.79 -
YUV 63.8 194.71 145.98 -
System Red Green Blue C M Y K H S L
Decimal 89 28 182 0.51 0.85 0 0.29 263.77 0.73 0.41
Hex 59 1C B6 33 55 0 1D 108 49 29
Octal 131 34 266 63 125 0 35 410 111 51
Binary 1011001 11100 10110110 110011 1010101 0 11101 100001000 1001001 101001

Color Harmonies of #591CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CB6

Black with #591CB6

Text Example


Text Example

White with #591CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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