#520D4D

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

Shades of Hot Purple #520D4D

Tints of Hot Purple #520D4D

Color information

#520D4D (or 0x520D4D) is unknown color: approx Hot Purple. HEX triplet: 52, 0D and 4D. RGB value is (82,13,77). Sum of RGB (Red+Green+Blue) = 82+13+77=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #520D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D4D is #ADF2B2. Grayscale: #282828. Windows color (decimal): -11399859 or 5049682. OLE color: 5049682.

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

Color convert

RGB821377-
CMYK00.840.060.68
HSL304.35º72.63%18.63%-
HSV(B)304.35º84.15%32.16%-
XYZ4.962.627.26-
YUV40.93148.36157.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=47.67%
G=7.56%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82137700.840.060.68304.3572.6318.63
Hex52D4D0546441304913
Octal122151150124610446011123
Binary101001011011001101010101001101000100100110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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