#522E56

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

Shades of Hot Purple #522E56

Tints of Hot Purple #522E56

Color information

#522E56 (or 0x522E56) is unknown color: approx Hot Purple. HEX triplet: 52, 2E and 56. RGB value is (82,46,86). Sum of RGB (Red+Green+Blue) = 82+46+86=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #522E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E56 is #ADD1A9. Grayscale: #3D3D3D. Windows color (decimal): -11391402 or 5647954. OLE color: 5647954.

HSL color Cylindrical-coordinate representation of color #522E56: hue angle of 294º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #522E56 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB824686-
CMYK0.050.4700.66
HSL294º30.3%25.88%-
HSV(B)294º46.51%33.73%-
XYZ6.144.429.33-
YUV61.32141.93142.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=38.32%
G=21.50%
B=40.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8246860.050.4700.6629430.325.88
Hex522E5652F0421261e1a
Octal1225612655701024463632
Binary10100101011101010110101101111010000101001001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522E56; }

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

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

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

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

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

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

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

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