#520A60

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

Shades of Hot Purple #520A60

Tints of Hot Purple #520A60

Color information

#520A60 (or 0x520A60) is unknown color: approx Hot Purple. HEX triplet: 52, 0A and 60. RGB value is (82,10,96). Sum of RGB (Red+Green+Blue) = 82+10+96=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #520A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A60 is #ADF59F. Grayscale: #292929. Windows color (decimal): -11400608 or 6294098. OLE color: 6294098.

HSL color Cylindrical-coordinate representation of color #520A60: hue angle of 290.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520A60 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB821096-
CMYK0.150.9000.62
HSL290.23º81.13%20.78%-
HSV(B)290.23º89.58%37.65%-
XYZ5.72.8611.32-
YUV41.33158.85157.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=43.62%
G=5.32%
B=51.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8210960.150.9000.62290.2381.1320.78
Hex52A60F5A03E1225115
Octal122121401713207644212125
Binary101001010101100000111110110100111110100100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520A60; }

 p { color: rgb(82,10,96); }

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

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

 a { background-color: rgb(82,10,96); }

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

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

 span { border-color: rgb(82,10,96); }

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