#520940

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

Shades of Tyrian Purple #520940

Tints of Tyrian Purple #520940

Color information

#520940 (or 0x520940) is unknown color: approx Tyrian Purple. HEX triplet: 52, 09 and 40. RGB value is (82,9,64). Sum of RGB (Red+Green+Blue) = 82+9+64=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520940 is #ADF6BF. Grayscale: #242424. Windows color (decimal): -11400896 or 4196690. OLE color: 4196690.

HSL color Cylindrical-coordinate representation of color #520940: hue angle of 314.79º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520940 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB82964-
CMYK00.890.220.68
HSL314.79º80.22%17.84%-
HSV(B)314.79º89.02%32.16%-
XYZ4.52.365.07-
YUV37.1143.18160.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=52.90%
G=5.81%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8296400.890.220.68314.7980.2217.84
Hex52940059164413b5012
Octal1221110001312610447312022
Binary10100101001100000001011001101101000100100111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520940; }

 p { color: rgb(82,9,64); }

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

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

 a { background-color: rgb(82,9,64); }

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

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

 span { border-color: rgb(82,9,64); }

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