#581D58

Color #581D58 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #581D58

Tints of Hot Purple #581D58

Color information

#581D58 (or 0x581D58) is unknown color: approx 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

RGB882988-
CMYK00.6700.65
HSL300º50.43%22.94%-
HSV(B)300º67.05%34.51%-
XYZ6.233.669.61-
YUV53.37147.55152.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88298800.6700.6530050.4322.94
Hex581D5804304112c3217
Octal13035130010301014546227
Binary1011000111011011000010000110100000110010110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>