Html Css Color HEX #591B60 Hot Purple

📋 copy color: '#591B60'

red 89 ◦ green 27 ◦ blue 96

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

Shades of Hot Purple #591B60

Tints of Hot Purple #591B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 41.98%
G = 12.74%
B = 45.28%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591B60 (or 0x591B60) is known color: Hot Purple. HEX triplet: 59, 1B and 60. RGB value is (89,27,96). Sum of RGB (Red+Green+Blue) = 89+27+96=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #591B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B60 is #A6E49F. Grayscale: #353535. Windows color (decimal): -10937504 or 6298457. OLE color: 6298457.

HSL color Cylindrical-coordinate representation of color #591B60: hue angle of 293.91º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591B60 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 27 96 -
CMYK 0.07 0.72 0 0.62
HSL 293.91º 0.56% 0.24% -
HSV(B) 293.91º 0.72% 0.38% -
XYZ 6.62 3.75 11.44 -
YUV 53.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 89 27 96 0.07 0.72 0 0.62 293.91 0.56 0.24
Hex 59 1B 60 7 48 0 3E 126 38 18
Octal 131 33 140 7 110 0 76 446 70 30
Binary 1011001 11011 1100000 111 1001000 0 111110 100100110 111000 11000

Color Harmonies of #591B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B60

Black with #591B60

Text Example


Text Example

White with #591B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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