#522850

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

Shades of Hot Purple #522850

Tints of Hot Purple #522850

Color information

#522850 (or 0x522850) is unknown color: approx Hot Purple. HEX triplet: 52, 28 and 50. RGB value is (82,40,80). Sum of RGB (Red+Green+Blue) = 82+40+80=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #522850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522850 is #ADD7AF. Grayscale: #393939. Windows color (decimal): -11392944 or 5253202. OLE color: 5253202.

HSL color Cylindrical-coordinate representation of color #522850: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522850 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB824080-
CMYK00.510.020.68
HSL302.86º34.43%23.92%-
HSV(B)302.86º51.22%32.16%-
XYZ5.693.898.04-
YUV57.12140.91145.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=40.59%
G=19.80%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82408000.510.020.68302.8634.4323.92
Hex52285003324412f2218
Octal1225012006321044574230
Binary10100101010001010000011001110100010010010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522850; }

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

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

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

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

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

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

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

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