#522853

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

Shades of Hot Purple #522853

Tints of Hot Purple #522853

Color information

#522853 (or 0x522853) is unknown color: approx Hot Purple. HEX triplet: 52, 28 and 53. RGB value is (82,40,83). Sum of RGB (Red+Green+Blue) = 82+40+83=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #522853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522853 is #ADD7AC. Grayscale: #393939. Windows color (decimal): -11392941 or 5449810. OLE color: 5449810.

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

Color convert

RGB824083-
CMYK0.010.5200.67
HSL298.6º34.96%24.12%-
HSV(B)298.6º51.81%32.55%-
XYZ5.83.948.64-
YUV57.46142.41145.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=40%
G=19.51%
B=40.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8240830.010.5200.67298.634.9624.12
Hex52285313404312b2318
Octal1225012316401034534330
Binary1010010101000101001111101000100001110010101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522853; }

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

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

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

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

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

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

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

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