Html Css Color HEX #581D59 Hot Purple

📋 copy color: '#581D59'

red 88 ◦ green 29 ◦ blue 89

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

Shades of Hot Purple #581D59

Tints of Hot Purple #581D59

RGB

 RED value IS 88 (34.77% from 255) = 42.72%

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

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 42.72%
G = 14.08%
B = 43.2%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581D59 (or 0x581D59) is known color: Hot Purple. HEX triplet: 58, 1D and 59. RGB value is (88,29,89). Sum of RGB (Red+Green+Blue) = 88+29+89=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #581D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D59 is #A7E2A6. Grayscale: #353535. Windows color (decimal): -11002535 or 5840216. OLE color: 5840216.

HSL color Cylindrical-coordinate representation of color #581D59: hue angle of 299º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D59 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 89 -
CMYK 0.01 0.67 0 0.65
HSL 299º 0.51% 0.23% -
HSV(B) 299º 0.67% 0.35% -
XYZ 6.27 3.67 9.83 -
YUV 53.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 88 29 89 0.01 0.67 0 0.65 299 0.51 0.23
Hex 58 1D 59 1 43 0 41 12B 33 17
Octal 130 35 131 1 103 0 101 453 63 27
Binary 1011000 11101 1011001 1 1000011 0 1000001 100101011 110011 10111

Color Harmonies of #581D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D59

Black with #581D59

Text Example


Text Example

White with #581D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581D59; }

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

 H1.HeaderClassName
 {
   color: #581D59;
 }
 .AnyTagClassName
 {
   color: #581D59;
 }
</style>

background-color css

<style>
 a { background-color: #581D59; }

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

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

border-color css

<style>
 span { border-color: #581D59; }

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

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