#500547

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

Shades of Tyrian Purple #500547

Tints of Tyrian Purple #500547

Color information

#500547 (or 0x500547) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 47. RGB value is (80,5,71). Sum of RGB (Red+Green+Blue) = 80+5+71=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #500547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500547 is #AFFAB8. Grayscale: #222222. Windows color (decimal): -11532985 or 4654416. OLE color: 4654416.

HSL color Cylindrical-coordinate representation of color #500547: hue angle of 307.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500547 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB80571-
CMYK00.940.110.69
HSL307.2º88.24%16.67%-
HSV(B)307.2º93.75%31.37%-
XYZ4.52.276.16-
YUV34.95148.35160.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=51.28%
G=3.21%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8057100.940.110.69307.288.2416.67
Hex5054705EB451335811
Octal120510701361310546313021
Binary101000010110001110101111010111000101100110011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500547; }

 p { color: rgb(80,5,71); }

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

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

 a { background-color: rgb(80,5,71); }

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

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

 span { border-color: rgb(80,5,71); }

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