#80084A

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

Shades of Tyrian Purple #80084A

Tints of Tyrian Purple #80084A

Color information

#80084A (or 0x80084A) is unknown color: approx Tyrian Purple. HEX triplet: 80, 08 and 4A. RGB value is (128,8,74). Sum of RGB (Red+Green+Blue) = 128+8+74=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80084A is #7FF7B5. Grayscale: #333333. Windows color (decimal): -8386486 or 4851840. OLE color: 4851840.

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

Color convert

RGB128874-
CMYK00.940.420.50
HSL327º88.24%26.67%-
HSV(B)327º93.75%50.2%-
XYZ10.225.266.95-
YUV51.4140.76182.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=60.95%
G=3.81%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12887400.940.420.5032788.2426.67
Hex8084A05E2A32147581b
Octal200101120136526250713033
Binary100000001000100101001011110101010110010101000111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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