Html Css Color HEX #591C61 Hot Purple

📋 copy color: '#591C61'

red 89 ◦ green 28 ◦ blue 97

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

Shades of Hot Purple #591C61

Tints of Hot Purple #591C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 41.59%
G = 13.08%
B = 45.33%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591C61 (or 0x591C61) is known color: Hot Purple. HEX triplet: 59, 1C and 61. RGB value is (89,28,97). Sum of RGB (Red+Green+Blue) = 89+28+97=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #591C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C61 is #A6E39E. Grayscale: #353535. Windows color (decimal): -10937247 or 6364249. OLE color: 6364249.

HSL color Cylindrical-coordinate representation of color #591C61: hue angle of 293.04º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591C61 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 28 97 -
CMYK 0.08 0.71 0 0.62
HSL 293.04º 0.55% 0.25% -
HSV(B) 293.04º 0.71% 0.38% -
XYZ 6.69 3.82 11.69 -
YUV 54.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 89 28 97 0.08 0.71 0 0.62 293.04 0.55 0.25
Hex 59 1C 61 8 47 0 3E 125 37 19
Octal 131 34 141 10 107 0 76 445 67 31
Binary 1011001 11100 1100001 1000 1000111 0 111110 100100101 110111 11001

Color Harmonies of #591C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C61

Black with #591C61

Text Example


Text Example

White with #591C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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