#500040

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

Shades of Tyrian Purple #500040

Tints of Tyrian Purple #500040

Color information

#500040 (or 0x500040) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 40. RGB value is (80,0,64). Sum of RGB (Red+Green+Blue) = 80+0+64=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #500040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500040 is #AFFFBF. Grayscale: #1F1F1F. Windows color (decimal): -11534272 or 4194384. OLE color: 4194384.

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

Color convert

RGB80064-
CMYK010.200.69
HSL312º100%15.69%-
HSV(B)312º100%31.37%-
XYZ4.232.085.03-
YUV31.22146.5162.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80064010.200.6931210015.69
Hex5004006414451386410
Octal120010001442410547014420
Binary10100000100000001100100101001000101100111000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500040; }

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

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

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

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

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

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

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

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