#520947

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

Shades of Tyrian Purple #520947

Tints of Tyrian Purple #520947

Color information

#520947 (or 0x520947) is unknown color: approx Tyrian Purple. HEX triplet: 52, 09 and 47. RGB value is (82,9,71). Sum of RGB (Red+Green+Blue) = 82+9+71=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #520947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520947 is #ADF6B8. Grayscale: #252525. Windows color (decimal): -11400889 or 4655442. OLE color: 4655442.

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

Color convert

RGB82971-
CMYK00.890.130.68
HSL309.04º80.22%17.84%-
HSV(B)309.04º89.02%32.16%-
XYZ4.712.446.18-
YUV37.9146.68159.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=50.62%
G=5.56%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8297100.890.130.68309.0480.2217.84
Hex52947059D441355012
Octal1221110701311510446512022
Binary1010010100110001110101100111011000100100110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520947; }

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

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

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

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

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

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

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

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