#582162

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

Shades of Hot Purple #582162

Tints of Hot Purple #582162

Color information

#582162 (or 0x582162) is unknown color: approx Hot Purple. HEX triplet: 58, 21 and 62. RGB value is (88,33,98). Sum of RGB (Red+Green+Blue) = 88+33+98=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #582162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582162 is #A7DE9D. Grayscale: #383838. Windows color (decimal): -11001502 or 6431064. OLE color: 6431064.

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

Color convert

RGB883398-
CMYK0.100.6600.62
HSL290.77º49.62%25.69%-
HSV(B)290.77º66.33%38.43%-
XYZ6.774.0411.98-
YUV56.85151.22150.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=40.18%
G=15.07%
B=44.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8833980.100.6600.62290.7749.6225.69
Hex582162A4203E123321a
Octal13041142121020764436232
Binary1011000100001110001010101000010011111010010001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582162; }

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

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

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

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

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

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

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

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