#582D5F

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

Shades of Hot Purple #582D5F

Tints of Hot Purple #582D5F

Color information

#582D5F (or 0x582D5F) is unknown color: approx Hot Purple. HEX triplet: 58, 2D and 5F. RGB value is (88,45,95). Sum of RGB (Red+Green+Blue) = 88+45+95=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #582D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D5F is #A7D2A0. Grayscale: #3F3F3F. Windows color (decimal): -10998433 or 6237528. OLE color: 6237528.

HSL color Cylindrical-coordinate representation of color #582D5F: hue angle of 291.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582D5F is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB884595-
CMYK0.070.5300.63
HSL291.6º35.71%27.45%-
HSV(B)291.6º52.63%37.25%-
XYZ7.034.7811.38-
YUV63.56145.75145.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=38.60%
G=19.74%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8845950.070.5300.63291.635.7127.45
Hex582D5F73503F124241b
Octal130551377650774444433
Binary10110001011011011111111110101011111110010010010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582D5F; }

 p { color: rgb(88,45,95); }

 H1.HeaderClassName
 {
   color: #582D5F;
 }
 .AnyTagClassName
 {
   color: #582D5F;
 }
</style>
background-color css

<style>
 a { background-color: #582D5F; }

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

 div.DivClassName
 {
   background-color: #582D5F;
 }
 .BgClassName
 {
   background-color: #582D5F;
 }
</style>
border-color css

<style>
 span { border-color: #582D5F; }

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

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