Html Css Color HEX #591D5D Hot Purple

📋 copy color: '#591D5D'

red 89 ◦ green 29 ◦ blue 93

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

Shades of Hot Purple #591D5D

Tints of Hot Purple #591D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

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

R = 42.18%
G = 13.74%
B = 44.08%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#591D5D (or 0x591D5D) is known color: Hot Purple. HEX triplet: 59, 1D and 5D. RGB value is (89,29,93). Sum of RGB (Red+Green+Blue) = 89+29+93=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #591D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D5D is #A6E2A2. Grayscale: #363636. Windows color (decimal): -10936995 or 6102361. OLE color: 6102361.

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

Color convert

RGB 89 29 93 -
CMYK 0.04 0.69 0 0.64
HSL 296.25º 0.52% 0.24% -
HSV(B) 296.25º 0.69% 0.36% -
XYZ 6.53 3.79 10.74 -
YUV 54.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 89 29 93 0.04 0.69 0 0.64 296.25 0.52 0.24
Hex 59 1D 5D 4 45 0 40 128 34 18
Octal 131 35 135 4 105 0 100 450 64 30
Binary 1011001 11101 1011101 100 1000101 0 1000000 100101000 110100 11000

Color Harmonies of #591D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D5D

Black with #591D5D

Text Example


Text Example

White with #591D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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