#582059

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

Shades of Hot Purple #582059

Tints of Hot Purple #582059

Color information

#582059 (or 0x582059) is unknown color: approx Hot Purple. HEX triplet: 58, 20 and 59. RGB value is (88,32,89). Sum of RGB (Red+Green+Blue) = 88+32+89=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #582059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582059 is #A7DFA6. Grayscale: #373737. Windows color (decimal): -11001767 or 5840984. OLE color: 5840984.

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

Color convert

RGB883289-
CMYK0.010.6400.65
HSL298.95º47.11%23.73%-
HSV(B)298.95º64.04%34.9%-
XYZ6.343.839.86-
YUV55.24147.05151.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=42.11%
G=15.31%
B=42.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832890.010.6400.65298.9547.1123.73
Hex58205914004112b2f18
Octal13040131110001014535730
Binary10110001000001011001110000000100000110010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582059; }

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

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

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

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

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

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

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

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