#520849

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

Shades of Tyrian Purple #520849

Tints of Tyrian Purple #520849

Color information

#520849 (or 0x520849) is unknown color: approx Tyrian Purple. HEX triplet: 52, 08 and 49. RGB value is (82,8,73). Sum of RGB (Red+Green+Blue) = 82+8+73=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #520849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520849 is #ADF7B6. Grayscale: #252525. Windows color (decimal): -11401143 or 4786258. OLE color: 4786258.

HSL color Cylindrical-coordinate representation of color #520849: hue angle of 307.3º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520849 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB82873-
CMYK00.900.110.68
HSL307.3º82.22%17.65%-
HSV(B)307.3º90.24%32.16%-
XYZ4.772.456.52-
YUV37.54148.02159.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=50.31%
G=4.91%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8287300.900.110.68307.382.2217.65
Hex5284905AB441335212
Octal1221011101321310446312222
Binary1010010100010010010101101010111000100100110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520849; }

 p { color: rgb(82,8,73); }

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

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

 a { background-color: rgb(82,8,73); }

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

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

 span { border-color: rgb(82,8,73); }

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