#520950

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

Shades of Hot Purple #520950

Tints of Hot Purple #520950

Color information

#520950 (or 0x520950) is unknown color: approx Hot Purple. HEX triplet: 52, 09 and 50. RGB value is (82,9,80). Sum of RGB (Red+Green+Blue) = 82+9+80=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #520950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520950 is #ADF6AF. Grayscale: #262626. Windows color (decimal): -11400880 or 5245266. OLE color: 5245266.

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

Color convert

RGB82980-
CMYK00.890.020.68
HSL301.64º80.22%17.84%-
HSV(B)301.64º89.02%32.16%-
XYZ5.032.577.82-
YUV38.92151.18158.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=47.95%
G=5.26%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8298000.890.020.68301.6480.2217.84
Hex5295005924412e5012
Octal122111200131210445612022
Binary10100101001101000001011001101000100100101110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520950; }

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

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

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

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

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

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

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

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