#80054A

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

Shades of Tyrian Purple #80054A

Tints of Tyrian Purple #80054A

Color information

#80054A (or 0x80054A) is unknown color: approx Tyrian Purple. HEX triplet: 80, 05 and 4A. RGB value is (128,5,74). Sum of RGB (Red+Green+Blue) = 128+5+74=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80054A is #7FFAB5. Grayscale: #313131. Windows color (decimal): -8387254 or 4851072. OLE color: 4851072.

HSL color Cylindrical-coordinate representation of color #80054A: hue angle of 326.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80054A is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB128574-
CMYK00.960.420.50
HSL326.34º92.48%26.08%-
HSV(B)326.34º96.09%50.2%-
XYZ10.195.196.94-
YUV49.64141.75183.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=61.84%
G=2.42%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12857400.960.420.50326.3492.4826.08
Hex8054A0602A321465c1a
Octal20051120140526250613432
Binary10000000101100101001100000101010110010101000110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80054A; }

 p { color: rgb(128,5,74); }

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

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

 a { background-color: rgb(128,5,74); }

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

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

 span { border-color: rgb(128,5,74); }

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