#522B53

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

Shades of Hot Purple #522B53

Tints of Hot Purple #522B53

Color information

#522B53 (or 0x522B53) is unknown color: approx Hot Purple. HEX triplet: 52, 2B and 53. RGB value is (82,43,83). Sum of RGB (Red+Green+Blue) = 82+43+83=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #522B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B53 is #ADD4AC. Grayscale: #3B3B3B. Windows color (decimal): -11392173 or 5450578. OLE color: 5450578.

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

Color convert

RGB824383-
CMYK0.010.4800.67
HSL298.5º31.75%24.71%-
HSV(B)298.5º48.19%32.55%-
XYZ5.94.158.67-
YUV59.22141.42144.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 43 (17.19% from 255) = 20.67%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=39.42%
G=20.67%
B=39.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8243830.010.4800.67298.531.7524.71
Hex522B5313004312a2019
Octal1225312316001034524031
Binary1010010101011101001111100000100001110010101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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