#58285C

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

Shades of Hot Purple #58285C

Tints of Hot Purple #58285C

Color information

#58285C (or 0x58285C) is unknown color: approx Hot Purple. HEX triplet: 58, 28 and 5C. RGB value is (88,40,92). Sum of RGB (Red+Green+Blue) = 88+40+92=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #58285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58285C is #A7D7A3. Grayscale: #3C3C3C. Windows color (decimal): -10999716 or 6039640. OLE color: 6039640.

HSL color Cylindrical-coordinate representation of color #58285C: hue angle of 295.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58285C is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB884092-
CMYK0.040.5700.64
HSL295.38º39.39%25.88%-
HSV(B)295.38º56.52%36.08%-
XYZ6.724.3610.61-
YUV60.28145.9147.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=40%
G=18.18%
B=41.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8840920.040.5700.64295.3839.3925.88
Hex58285C439040127271a
Octal1305013447101004474732
Binary101100010100010111001001110010100000010010011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58285C; }

 p { color: rgb(88,40,92); }

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

<style>
 a { background-color: #58285C; }

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

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

<style>
 span { border-color: #58285C; }

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

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