#520E59

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

Shades of Hot Purple #520E59

Tints of Hot Purple #520E59

Color information

#520E59 (or 0x520E59) is unknown color: approx Hot Purple. HEX triplet: 52, 0E and 59. RGB value is (82,14,89). Sum of RGB (Red+Green+Blue) = 82+14+89=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #520E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E59 is #ADF1A6. Grayscale: #2A2A2A. Windows color (decimal): -11399591 or 5836370. OLE color: 5836370.

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

Color convert

RGB821489-
CMYK0.080.8400.65
HSL294.4º72.82%20.2%-
HSV(B)294.4º84.27%34.9%-
XYZ5.442.839.71-
YUV42.88154.03155.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=44.32%
G=7.57%
B=48.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8214890.080.8400.65294.472.8220.2
Hex52E598540411264914
Octal1221613110124010144611124
Binary1010010111010110011000101010001000001100100110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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