#500740

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

Shades of Tyrian Purple #500740

Tints of Tyrian Purple #500740

Color information

#500740 (or 0x500740) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 40. RGB value is (80,7,64). Sum of RGB (Red+Green+Blue) = 80+7+64=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #500740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500740 is #AFF8BF. Grayscale: #232323. Windows color (decimal): -11532480 or 4196176. OLE color: 4196176.

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

Color convert

RGB80764-
CMYK00.910.200.69
HSL313.15º83.91%17.06%-
HSV(B)313.15º91.25%31.37%-
XYZ4.312.235.05-
YUV35.32144.18159.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=52.98%
G=4.64%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8076400.910.200.69313.1583.9117.06
Hex5074005B14451395411
Octal120710001332410547112421
Binary1010000111100000001011011101001000101100111001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500740; }

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

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

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

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

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

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

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

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