#522A53

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

Shades of Hot Purple #522A53

Tints of Hot Purple #522A53

Color information

#522A53 (or 0x522A53) is unknown color: approx Hot Purple. HEX triplet: 52, 2A and 53. RGB value is (82,42,83). Sum of RGB (Red+Green+Blue) = 82+42+83=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #522A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A53 is #ADD5AC. Grayscale: #3A3A3A. Windows color (decimal): -11392429 or 5450322. OLE color: 5450322.

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

Color convert

RGB824283-
CMYK0.010.4900.67
HSL298.54º32.8%24.51%-
HSV(B)298.54º49.4%32.55%-
XYZ5.874.078.66-
YUV58.63141.75144.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 42 (16.80% from 255) = 20.29%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=39.61%
G=20.29%
B=40.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8242830.010.4900.67298.5432.824.51
Hex522A5313104312b2119
Octal1225212316101034534131
Binary1010010101010101001111100010100001110010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,42,83); }

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

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

 a { background-color: rgb(82,42,83); }

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

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

 span { border-color: rgb(82,42,83); }

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