#522D54

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

Shades of Hot Purple #522D54

Tints of Hot Purple #522D54

Color information

#522D54 (or 0x522D54) is unknown color: approx Hot Purple. HEX triplet: 52, 2D and 54. RGB value is (82,45,84). Sum of RGB (Red+Green+Blue) = 82+45+84=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #522D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D54 is #ADD2AB. Grayscale: #3C3C3C. Windows color (decimal): -11391660 or 5516626. OLE color: 5516626.

HSL color Cylindrical-coordinate representation of color #522D54: hue angle of 296.92º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522D54 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB824584-
CMYK0.020.4600.67
HSL296.92º30.23%25.29%-
HSV(B)296.92º46.43%32.94%-
XYZ6.024.318.9-
YUV60.51141.26143.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 45 (17.97% from 255) = 21.33%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=38.86%
G=21.33%
B=39.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8245840.020.4600.67296.9230.2325.29
Hex522D5422E0431291e19
Octal1225512425601034513631
Binary1010010101101101010010101110010000111001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,45,84); }

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

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

 a { background-color: rgb(82,45,84); }

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

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

 span { border-color: rgb(82,45,84); }

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