#583059

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

Shades of Hot Purple #583059

Tints of Hot Purple #583059

Color information

#583059 (or 0x583059) is unknown color: approx Hot Purple. HEX triplet: 58, 30 and 59. RGB value is (88,48,89). Sum of RGB (Red+Green+Blue) = 88+48+89=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #583059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583059 is #A7CFA6. Grayscale: #404040. Windows color (decimal): -10997671 or 5845080. OLE color: 5845080.

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

Color convert

RGB884889-
CMYK0.010.4600.65
HSL298.54º29.93%26.86%-
HSV(B)298.54º46.07%34.9%-
XYZ6.884.9110.04-
YUV64.63141.75144.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=39.11%
G=21.33%
B=39.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8848890.010.4600.65298.5429.9326.86
Hex58305912E04112b1e1b
Octal1306013115601014533633
Binary101100011000010110011101110010000011001010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583059; }

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

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

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

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

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

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

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

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