#520550

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

Shades of Hot Purple #520550

Tints of Hot Purple #520550

Color information

#520550 (or 0x520550) is unknown color: approx Hot Purple. HEX triplet: 52, 05 and 50. RGB value is (82,5,80). Sum of RGB (Red+Green+Blue) = 82+5+80=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #520550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520550 is #ADFAAF. Grayscale: #242424. Windows color (decimal): -11401904 or 5244242. OLE color: 5244242.

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

Color convert

RGB82580-
CMYK00.940.020.68
HSL301.56º88.51%17.06%-
HSV(B)301.56º93.9%32.16%-
XYZ4.982.487.81-
YUV36.57152.51160.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=49.10%
G=2.99%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8258000.940.020.68301.5688.5117.06
Hex5255005E24412e5911
Octal12251200136210445613121
Binary1010010101101000001011110101000100100101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520550; }

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

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

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

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

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

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

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

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