#582460

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

Shades of Hot Purple #582460

Tints of Hot Purple #582460

Color information

#582460 (or 0x582460) is unknown color: approx Hot Purple. HEX triplet: 58, 24 and 60. RGB value is (88,36,96). Sum of RGB (Red+Green+Blue) = 88+36+96=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #582460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582460 is #A7DB9F. Grayscale: #3A3A3A. Windows color (decimal): -11000736 or 6300760. OLE color: 6300760.

HSL color Cylindrical-coordinate representation of color #582460: hue angle of 292º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582460 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB883696-
CMYK0.080.6200.62
HSL292º45.45%25.88%-
HSV(B)292º62.5%37.65%-
XYZ6.774.1811.52-
YUV58.39149.23149.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=40%
G=16.36%
B=43.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8836960.080.6200.6229245.4525.88
Hex58246083E03E1242d1a
Octal1304414010760764445532
Binary101100010010011000001000111110011111010010010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582460; }

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

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

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

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

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

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

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

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