#520D57

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

Shades of Hot Purple #520D57

Tints of Hot Purple #520D57

Color information

#520D57 (or 0x520D57) is unknown color: approx Hot Purple. HEX triplet: 52, 0D and 57. RGB value is (82,13,87). Sum of RGB (Red+Green+Blue) = 82+13+87=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #520D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D57 is #ADF2A8. Grayscale: #292929. Windows color (decimal): -11399849 or 5705042. OLE color: 5705042.

HSL color Cylindrical-coordinate representation of color #520D57: hue angle of 295.95º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520D57 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB821387-
CMYK0.060.8500.66
HSL295.95º74%19.61%-
HSV(B)295.95º85.06%34.12%-
XYZ5.342.779.27-
YUV42.07153.36156.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 87 (34.38% from 255) = 47.80%
R=45.05%
G=7.14%
B=47.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8213870.060.8500.66295.957419.61
Hex52D576550421284a14
Octal122151276125010245011224
Binary101001011011010111110101010101000010100101000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,13,87); }

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

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

 a { background-color: rgb(82,13,87); }

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

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

 span { border-color: rgb(82,13,87); }

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