#522556

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

Shades of Hot Purple #522556

Tints of Hot Purple #522556

Color information

#522556 (or 0x522556) is unknown color: approx Hot Purple. HEX triplet: 52, 25 and 56. RGB value is (82,37,86). Sum of RGB (Red+Green+Blue) = 82+37+86=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #522556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522556 is #ADDAA9. Grayscale: #373737. Windows color (decimal): -11393706 or 5645650. OLE color: 5645650.

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

Color convert

RGB823786-
CMYK0.050.5700.66
HSL295.1º39.84%24.12%-
HSV(B)295.1º56.98%33.73%-
XYZ5.823.799.23-
YUV56.04144.91146.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=40%
G=18.05%
B=41.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8237860.050.5700.66295.139.8424.12
Hex5225565390421272818
Octal1224512657101024475030
Binary101001010010110101101011110010100001010010011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522556; }

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

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

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

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

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

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

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

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