Html Css Color HEX #591C5D Hot Purple

📋 copy color: '#591C5D'

red 89 ◦ green 28 ◦ blue 93

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

Shades of Hot Purple #591C5D

Tints of Hot Purple #591C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 42.38%
G = 13.33%
B = 44.29%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#591C5D (or 0x591C5D) is known color: Hot Purple. HEX triplet: 59, 1C and 5D. RGB value is (89,28,93). Sum of RGB (Red+Green+Blue) = 89+28+93=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #591C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C5D is #A6E3A2. Grayscale: #353535. Windows color (decimal): -10937251 or 6102105. OLE color: 6102105.

HSL color Cylindrical-coordinate representation of color #591C5D: hue angle of 296.31º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591C5D is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 28 93 -
CMYK 0.04 0.70 0 0.64
HSL 296.31º 0.54% 0.24% -
HSV(B) 296.31º 0.7% 0.36% -
XYZ 6.51 3.74 10.74 -
YUV 53.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 89 28 93 0.04 0.70 0 0.64 296.31 0.54 0.24
Hex 59 1C 5D 4 46 0 40 128 36 18
Octal 131 34 135 4 106 0 100 450 66 30
Binary 1011001 11100 1011101 100 1000110 0 1000000 100101000 110110 11000

Color Harmonies of #591C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C5D

Black with #591C5D

Text Example


Text Example

White with #591C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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