#522456

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

Shades of Hot Purple #522456

Tints of Hot Purple #522456

Color information

#522456 (or 0x522456) is unknown color: approx Hot Purple. HEX triplet: 52, 24 and 56. RGB value is (82,36,86). Sum of RGB (Red+Green+Blue) = 82+36+86=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #522456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522456 is #ADDBA9. Grayscale: #373737. Windows color (decimal): -11393962 or 5645394. OLE color: 5645394.

HSL color Cylindrical-coordinate representation of color #522456: hue angle of 295.2º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #522456 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB823686-
CMYK0.050.5800.66
HSL295.2º40.98%23.92%-
HSV(B)295.2º58.14%33.73%-
XYZ5.793.739.22-
YUV55.45145.24146.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=40.20%
G=17.65%
B=42.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8236860.050.5800.66295.240.9823.92
Hex52245653A0421272918
Octal1224412657201024475130
Binary101001010010010101101011110100100001010010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522456; }

 p { color: rgb(82,36,86); }

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

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

 a { background-color: rgb(82,36,86); }

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

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

 span { border-color: rgb(82,36,86); }

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