#800050

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

Shades of Tyrian Purple #800050

Tints of Tyrian Purple #800050

Color information

#800050 (or 0x800050) is unknown color: approx Tyrian Purple. HEX triplet: 80, 00 and 50. RGB value is (128,0,80). Sum of RGB (Red+Green+Blue) = 128+0+80=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #800050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800050 is #7FFFAF. Grayscale: #2F2F2F. Windows color (decimal): -8388528 or 5243008. OLE color: 5243008.

HSL color Cylindrical-coordinate representation of color #800050: hue angle of 322.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800050 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB128080-
CMYK010.380.50
HSL322.5º100%25.1%-
HSV(B)322.5º100%50.2%-
XYZ10.355.178.04-
YUV47.39146.41185.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=61.54%
G=0%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128080010.380.50322.510025.1
Hex8005006426321426419
Octal20001200144466250214431
Binary100000000101000001100100100110110010101000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800050; }

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

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

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

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

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

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

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

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