#582062

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

Shades of Hot Purple #582062

Tints of Hot Purple #582062

Color information

#582062 (or 0x582062) is unknown color: approx Hot Purple. HEX triplet: 58, 20 and 62. RGB value is (88,32,98). Sum of RGB (Red+Green+Blue) = 88+32+98=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #582062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582062 is #A7DF9D. Grayscale: #383838. Windows color (decimal): -11001758 or 6430808. OLE color: 6430808.

HSL color Cylindrical-coordinate representation of color #582062: hue angle of 290.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582062 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB883298-
CMYK0.100.6700.62
HSL290.91º50.77%25.49%-
HSV(B)290.91º67.35%38.43%-
XYZ6.753.9911.97-
YUV56.27151.55150.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=40.37%
G=14.68%
B=44.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8832980.100.6700.62290.9150.7725.49
Hex582062A4303E1233319
Octal13040142121030764436331
Binary1011000100000110001010101000011011111010010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582062; }

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

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

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

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

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

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

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

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