#582E5F

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

Shades of Hot Purple #582E5F

Tints of Hot Purple #582E5F

Color information

#582E5F (or 0x582E5F) is unknown color: approx Hot Purple. HEX triplet: 58, 2E and 5F. RGB value is (88,46,95). Sum of RGB (Red+Green+Blue) = 88+46+95=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #582E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E5F is #A7D1A0. Grayscale: #3F3F3F. Windows color (decimal): -10998177 or 6237784. OLE color: 6237784.

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

Color convert

RGB884695-
CMYK0.070.5200.63
HSL291.43º34.75%27.65%-
HSV(B)291.43º51.58%37.25%-
XYZ7.074.8511.39-
YUV64.14145.41145.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=38.43%
G=20.09%
B=41.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8846950.070.5200.63291.4334.7527.65
Hex582E5F73403F123231c
Octal130561377640774434334
Binary10110001011101011111111110100011111110010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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