Html Css Color HEX #581D58 Hot Purple

📋 copy color: '#581D58'

red 88 ◦ green 29 ◦ blue 88

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

Shades of Hot Purple #581D58

Tints of Hot Purple #581D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 42.93%
G = 14.15%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581D58 (or 0x581D58) is known color: Hot Purple. HEX triplet: 58, 1D and 58. RGB value is (88,29,88). Sum of RGB (Red+Green+Blue) = 88+29+88=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D58 is #A7E2A7. Grayscale: #353535. Windows color (decimal): -11002536 or 5774680. OLE color: 5774680.

HSL color Cylindrical-coordinate representation of color #581D58: hue angle of 300º degrees, saturation: 0.5, 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 #581D58 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 88 -
CMYK 0 0.67 0 0.65
HSL 300º 0.5% 0.23% -
HSV(B) 300º 0.67% 0.35% -
XYZ 6.23 3.66 9.61 -
YUV 53.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 88 29 88 0 0.67 0 0.65 300 0.5 0.23
Hex 58 1D 58 0 43 0 41 12C 32 17
Octal 130 35 130 0 103 0 101 454 62 27
Binary 1011000 11101 1011000 0 1000011 0 1000001 100101100 110010 10111

Color Harmonies of #581D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D58

Black with #581D58

Text Example


Text Example

White with #581D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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