#522550

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

Shades of Hot Purple #522550

Tints of Hot Purple #522550

Color information

#522550 (or 0x522550) is unknown color: approx Hot Purple. HEX triplet: 52, 25 and 50. RGB value is (82,37,80). Sum of RGB (Red+Green+Blue) = 82+37+80=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #522550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522550 is #ADDAAF. Grayscale: #373737. Windows color (decimal): -11393712 or 5252434. OLE color: 5252434.

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

Color convert

RGB823780-
CMYK00.550.020.68
HSL302.67º37.82%23.33%-
HSV(B)302.67º54.88%32.16%-
XYZ5.593.78.01-
YUV55.36141.91147-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=41.21%
G=18.59%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82378000.550.020.68302.6737.8223.33
Hex52255003724412f2617
Octal1224512006721044574627
Binary10100101001011010000011011110100010010010111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522550; }

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

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

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

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

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

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

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

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