#520F4D

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

Shades of Hot Purple #520F4D

Tints of Hot Purple #520F4D

Color information

#520F4D (or 0x520F4D) is unknown color: approx Hot Purple. HEX triplet: 52, 0F and 4D. RGB value is (82,15,77). Sum of RGB (Red+Green+Blue) = 82+15+77=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F4D is #ADF0B2. Grayscale: #292929. Windows color (decimal): -11399347 or 5050194. OLE color: 5050194.

HSL color Cylindrical-coordinate representation of color #520F4D: hue angle of 304.48º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F4D is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB821577-
CMYK00.820.060.68
HSL304.48º69.07%19.02%-
HSV(B)304.48º81.71%32.16%-
XYZ4.992.677.27-
YUV42.1147.7156.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=47.13%
G=8.62%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82157700.820.060.68304.4869.0719.02
Hex52F4D0526441304513
Octal122171150122610446010523
Binary101001011111001101010100101101000100100110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,15,77); }

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

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

 a { background-color: rgb(82,15,77); }

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

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

 span { border-color: rgb(82,15,77); }

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