#500545

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

Shades of Tyrian Purple #500545

Tints of Tyrian Purple #500545

Color information

#500545 (or 0x500545) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 45. RGB value is (80,5,69). Sum of RGB (Red+Green+Blue) = 80+5+69=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500545 is #AFFABA. Grayscale: #222222. Windows color (decimal): -11532987 or 4523344. OLE color: 4523344.

HSL color Cylindrical-coordinate representation of color #500545: hue angle of 308.8º 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 #500545 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB80569-
CMYK00.940.140.69
HSL308.8º88.24%16.67%-
HSV(B)308.8º93.75%31.37%-
XYZ4.442.245.83-
YUV34.72147.35160.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 69 (27.34% from 255) = 44.81%
R=51.95%
G=3.25%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056900.940.140.69308.888.2416.67
Hex5054505EE451355811
Octal120510501361610546513021
Binary101000010110001010101111011101000101100110101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500545; }

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

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

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

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

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

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

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

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