#522B56

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

Shades of Hot Purple #522B56

Tints of Hot Purple #522B56

Color information

#522B56 (or 0x522B56) is unknown color: approx Hot Purple. HEX triplet: 52, 2B and 56. RGB value is (82,43,86). Sum of RGB (Red+Green+Blue) = 82+43+86=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #522B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B56 is #ADD4A9. Grayscale: #3B3B3B. Windows color (decimal): -11392170 or 5647186. OLE color: 5647186.

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

Color convert

RGB824386-
CMYK0.050.5000.66
HSL294.42º33.33%25.29%-
HSV(B)294.42º50%33.73%-
XYZ6.024.199.3-
YUV59.56142.92144-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=38.86%
G=20.38%
B=40.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8243860.050.5000.66294.4233.3325.29
Hex522B565320421262119
Octal1225312656201024464131
Binary101001010101110101101011100100100001010010011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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