#80044E

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

Shades of Tyrian Purple #80044E

Tints of Tyrian Purple #80044E

Color information

#80044E (or 0x80044E) is unknown color: approx Tyrian Purple. HEX triplet: 80, 04 and 4E. RGB value is (128,4,78). Sum of RGB (Red+Green+Blue) = 128+4+78=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80044E is #7FFBB1. Grayscale: #313131. Windows color (decimal): -8387506 or 5112960. OLE color: 5112960.

HSL color Cylindrical-coordinate representation of color #80044E: hue angle of 324.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80044E is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB128478-
CMYK00.970.390.50
HSL324.19º93.94%25.88%-
HSV(B)324.19º96.88%50.2%-
XYZ10.325.237.67-
YUV49.51144.08183.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=60.95%
G=1.90%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12847800.970.390.50324.1993.9425.88
Hex8044E06127321445e1a
Octal20041160141476250413632
Binary10000000100100111001100001100111110010101000100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80044E; }

 p { color: rgb(128,4,78); }

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

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

 a { background-color: rgb(128,4,78); }

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

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

 span { border-color: rgb(128,4,78); }

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