#520E55

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

Shades of Hot Purple #520E55

Tints of Hot Purple #520E55

Color information

#520E55 (or 0x520E55) is unknown color: approx Hot Purple. HEX triplet: 52, 0E and 55. RGB value is (82,14,85). Sum of RGB (Red+Green+Blue) = 82+14+85=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #520E55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E55 is #ADF1AA. Grayscale: #2A2A2A. Windows color (decimal): -11399595 or 5574226. OLE color: 5574226.

HSL color Cylindrical-coordinate representation of color #520E55: hue angle of 297.46º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520E55 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB821485-
CMYK0.040.8400.67
HSL297.46º71.72%19.41%-
HSV(B)297.46º83.53%33.33%-
XYZ5.282.768.85-
YUV42.43152.03156.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=45.30%
G=7.73%
B=46.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8214850.040.8400.67297.4671.7219.41
Hex52E554540431294813
Octal122161254124010345111023
Binary101001011101010101100101010001000011100101001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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