#520850

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

Shades of Hot Purple #520850

Tints of Hot Purple #520850

Color information

#520850 (or 0x520850) is unknown color: approx Hot Purple. HEX triplet: 52, 08 and 50. RGB value is (82,8,80). Sum of RGB (Red+Green+Blue) = 82+8+80=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #520850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520850 is #ADF7AF. Grayscale: #262626. Windows color (decimal): -11401136 or 5245010. OLE color: 5245010.

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

Color convert

RGB82880-
CMYK00.900.020.68
HSL301.62º82.22%17.65%-
HSV(B)301.62º90.24%32.16%-
XYZ5.012.557.82-
YUV38.33151.52159.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=48.24%
G=4.71%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8288000.900.020.68301.6282.2217.65
Hex5285005A24412e5212
Octal122101200132210445612222
Binary10100101000101000001011010101000100100101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520850; }

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

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

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

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

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

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

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

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