#582063

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

Shades of Hot Purple #582063

Tints of Hot Purple #582063

Color information

#582063 (or 0x582063) is unknown color: approx Hot Purple. HEX triplet: 58, 20 and 63. RGB value is (88,32,99). Sum of RGB (Red+Green+Blue) = 88+32+99=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #582063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582063 is #A7DF9C. Grayscale: #383838. Windows color (decimal): -11001757 or 6496344. OLE color: 6496344.

HSL color Cylindrical-coordinate representation of color #582063: hue angle of 290.15º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582063 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB883299-
CMYK0.110.6800.61
HSL290.15º51.15%25.69%-
HSV(B)290.15º67.68%38.82%-
XYZ6.794.0112.22-
YUV56.38152.05150.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=40.18%
G=14.61%
B=45.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8832990.110.6800.61290.1551.1525.69
Hex582063B4403D122331a
Octal13040143131040754426332
Binary1011000100000110001110111000100011110110010001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582063; }

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

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

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

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

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

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

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

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