#520D59

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

Shades of Hot Purple #520D59

Tints of Hot Purple #520D59

Color information

#520D59 (or 0x520D59) is unknown color: approx Hot Purple. HEX triplet: 52, 0D and 59. RGB value is (82,13,89). Sum of RGB (Red+Green+Blue) = 82+13+89=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #520D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D59 is #ADF2A6. Grayscale: #2A2A2A. Windows color (decimal): -11399847 or 5836114. OLE color: 5836114.

HSL color Cylindrical-coordinate representation of color #520D59: hue angle of 294.47º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520D59 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB821389-
CMYK0.080.8500.65
HSL294.47º74.51%20%-
HSV(B)294.47º85.39%34.9%-
XYZ5.432.89.71-
YUV42.3154.36156.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=44.57%
G=7.07%
B=48.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8213890.080.8500.65294.4774.5120
Hex52D598550411264b14
Octal1221513110125010144611324
Binary1010010110110110011000101010101000001100100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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