#582359

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

Shades of Hot Purple #582359

Tints of Hot Purple #582359

Color information

#582359 (or 0x582359) is unknown color: approx Hot Purple. HEX triplet: 58, 23 and 59. RGB value is (88,35,89). Sum of RGB (Red+Green+Blue) = 88+35+89=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #582359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582359 is #A7DCA6. Grayscale: #383838. Windows color (decimal): -11000999 or 5841752. OLE color: 5841752.

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

Color convert

RGB883589-
CMYK0.010.6100.65
HSL298.89º43.55%24.31%-
HSV(B)298.89º60.67%34.9%-
XYZ6.4349.88-
YUV57146.06150.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=41.51%
G=16.51%
B=41.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8835890.010.6100.65298.8943.5524.31
Hex58235913D04112b2c18
Octal1304313117501014535430
Binary1011000100011101100111111010100000110010101110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582359; }

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

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

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

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

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

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

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

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