#520D3F

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

Shades of Tyrian Purple #520D3F

Tints of Tyrian Purple #520D3F

Color information

#520D3F (or 0x520D3F) is unknown color: approx Tyrian Purple. HEX triplet: 52, 0D and 3F. RGB value is (82,13,63). Sum of RGB (Red+Green+Blue) = 82+13+63=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #520D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520D3F is #ADF2C0. Grayscale: #272727. Windows color (decimal): -11399873 or 4132178. OLE color: 4132178.

HSL color Cylindrical-coordinate representation of color #520D3F: hue angle of 316.52º 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 #520D3F is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB821363-
CMYK00.840.230.68
HSL316.52º72.63%18.63%-
HSV(B)316.52º84.15%32.16%-
XYZ4.522.444.94-
YUV39.33141.36158.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 63 (25% from 255) = 39.87%
R=51.90%
G=8.23%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82136300.840.230.68316.5272.6318.63
Hex52D3F054174413d4913
Octal122157701242710447511123
Binary1010010110111111101010100101111000100100111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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