#80024A

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

Shades of Tyrian Purple #80024A

Tints of Tyrian Purple #80024A

Color information

#80024A (or 0x80024A) is unknown color: approx Tyrian Purple. HEX triplet: 80, 02 and 4A. RGB value is (128,2,74). Sum of RGB (Red+Green+Blue) = 128+2+74=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80024A is #7FFDB5. Grayscale: #2F2F2F. Windows color (decimal): -8388022 or 4850304. OLE color: 4850304.

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

Color convert

RGB128274-
CMYK00.980.420.50
HSL325.71º96.92%25.49%-
HSV(B)325.71º98.44%50.2%-
XYZ10.165.136.93-
YUV47.88142.74185.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.75%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=62.75%
G=0.98%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12827400.980.420.50325.7196.9225.49
Hex8024A0622A321466119
Octal20021120142526250614131
Binary1000000010100101001100010101010110010101000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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