#522B57

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

Shades of Hot Purple #522B57

Tints of Hot Purple #522B57

Color information

#522B57 (or 0x522B57) is unknown color: approx Hot Purple. HEX triplet: 52, 2B and 57. RGB value is (82,43,87). Sum of RGB (Red+Green+Blue) = 82+43+87=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #522B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B57 is #ADD4A8. Grayscale: #3B3B3B. Windows color (decimal): -11392169 or 5712722. OLE color: 5712722.

HSL color Cylindrical-coordinate representation of color #522B57: hue angle of 293.18º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522B57 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB824387-
CMYK0.060.5100.66
HSL293.18º33.85%25.49%-
HSV(B)293.18º50.57%34.12%-
XYZ6.064.219.51-
YUV59.68143.42143.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=38.68%
G=20.28%
B=41.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8243870.060.5100.66293.1833.8525.49
Hex522B576330421252219
Octal1225312766301024454231
Binary101001010101110101111101100110100001010010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,43,87); }

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

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

 a { background-color: rgb(82,43,87); }

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

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

 span { border-color: rgb(82,43,87); }

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