#500540

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

Shades of Tyrian Purple #500540

Tints of Tyrian Purple #500540

Color information

#500540 (or 0x500540) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 40. RGB value is (80,5,64). Sum of RGB (Red+Green+Blue) = 80+5+64=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #500540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500540 is #AFFABF. Grayscale: #212121. Windows color (decimal): -11532992 or 4195664. OLE color: 4195664.

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

Color convert

RGB80564-
CMYK00.940.200.69
HSL312.8º88.24%16.67%-
HSV(B)312.8º93.75%31.37%-
XYZ4.292.185.05-
YUV34.15144.85160.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=53.69%
G=3.36%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056400.940.200.69312.888.2416.67
Hex5054005E14451395811
Octal120510001362410547113021
Binary1010000101100000001011110101001000101100111001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500540; }

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

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

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

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

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

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

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

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