#582164

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

Shades of Hot Purple #582164

Tints of Hot Purple #582164

Color information

#582164 (or 0x582164) is unknown color: approx Hot Purple. HEX triplet: 58, 21 and 64. RGB value is (88,33,100). Sum of RGB (Red+Green+Blue) = 88+33+100=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #582164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582164 is #A7DE9B. Grayscale: #383838. Windows color (decimal): -11001500 or 6562136. OLE color: 6562136.

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

Color convert

RGB8833100-
CMYK0.120.6700.61
HSL289.25º50.38%26.08%-
HSV(B)289.25º67%39.22%-
XYZ6.874.0812.48-
YUV57.08152.22150.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=39.82%
G=14.93%
B=45.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88331000.120.6700.61289.2550.3826.08
Hex582164C4303D121321a
Octal13041144141030754416232
Binary1011000100001110010011001000011011110110010000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582164; }

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

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

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

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

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

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

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

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