#582458

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

Shades of Hot Purple #582458

Tints of Hot Purple #582458

Color information

#582458 (or 0x582458) is unknown color: approx Hot Purple. HEX triplet: 58, 24 and 58. RGB value is (88,36,88). Sum of RGB (Red+Green+Blue) = 88+36+88=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #582458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582458 is #A7DBA7. Grayscale: #393939. Windows color (decimal): -11000744 or 5776472. OLE color: 5776472.

HSL color Cylindrical-coordinate representation of color #582458: hue angle of 300º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582458 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB883688-
CMYK00.5900.65
HSL300º41.94%24.31%-
HSV(B)300º59.09%34.51%-
XYZ6.424.049.67-
YUV57.48145.23149.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=41.51%
G=16.98%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88368800.5900.6530041.9424.31
Hex58245803B04112c2a18
Octal1304413007301014545230
Binary1011000100100101100001110110100000110010110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582458; }

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

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

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

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

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

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

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

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