#520937

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

Shades of Tyrian Purple #520937

Tints of Tyrian Purple #520937

Color information

#520937 (or 0x520937) is unknown color: approx Tyrian Purple. HEX triplet: 52, 09 and 37. RGB value is (82,9,55). Sum of RGB (Red+Green+Blue) = 82+9+55=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #520937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520937 is #ADF6C8. Grayscale: #232323. Windows color (decimal): -11400905 or 3606866. OLE color: 3606866.

HSL color Cylindrical-coordinate representation of color #520937: hue angle of 322.19º 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 #520937 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB82955-
CMYK00.890.330.68
HSL322.19º80.22%17.84%-
HSV(B)322.19º89.02%32.16%-
XYZ4.272.273.83-
YUV36.07138.68160.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.16%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=56.16%
G=6.16%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8295500.890.330.68322.1980.2217.84
Hex5293705921441425012
Octal122116701314110450212022
Binary10100101001110111010110011000011000100101000010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520937; }

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

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

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

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

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

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

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

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