#582360

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

Shades of Hot Purple #582360

Tints of Hot Purple #582360

Color information

#582360 (or 0x582360) is unknown color: approx Hot Purple. HEX triplet: 58, 23 and 60. RGB value is (88,35,96). Sum of RGB (Red+Green+Blue) = 88+35+96=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #582360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582360 is #A7DC9F. Grayscale: #393939. Windows color (decimal): -11000992 or 6300504. OLE color: 6300504.

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

Color convert

RGB883596-
CMYK0.080.6400.62
HSL292.13º46.56%25.69%-
HSV(B)292.13º63.54%37.65%-
XYZ6.744.1211.51-
YUV57.8149.56149.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=40.18%
G=15.98%
B=43.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8835960.080.6400.62292.1346.5625.69
Hex58236084003E1242f1a
Octal13043140101000764445732
Binary1011000100011110000010001000000011111010010010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582360; }

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

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

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

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

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

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

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

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