#520946

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

Shades of Tyrian Purple #520946

Tints of Tyrian Purple #520946

Color information

#520946 (or 0x520946) is unknown color: approx Tyrian Purple. HEX triplet: 52, 09 and 46. RGB value is (82,9,70). Sum of RGB (Red+Green+Blue) = 82+9+70=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #520946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520946 is #ADF6B9. Grayscale: #252525. Windows color (decimal): -11400890 or 4589906. OLE color: 4589906.

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

Color convert

RGB82970-
CMYK00.890.150.68
HSL309.86º80.22%17.84%-
HSV(B)309.86º89.02%32.16%-
XYZ4.682.436.02-
YUV37.78146.18159.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=50.93%
G=5.59%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8297000.890.150.68309.8680.2217.84
Hex52946059F441365012
Octal1221110601311710446612022
Binary1010010100110001100101100111111000100100110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520946; }

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

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

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

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

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

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

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

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