#80024E

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

Shades of Tyrian Purple #80024E

Tints of Tyrian Purple #80024E

Color information

#80024E (or 0x80024E) is unknown color: approx Tyrian Purple. HEX triplet: 80, 02 and 4E. RGB value is (128,2,78). Sum of RGB (Red+Green+Blue) = 128+2+78=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80024E is #7FFDB1. Grayscale: #303030. Windows color (decimal): -8388018 or 5112448. OLE color: 5112448.

HSL color Cylindrical-coordinate representation of color #80024E: hue angle of 323.81º 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 #80024E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB128278-
CMYK00.980.390.50
HSL323.81º96.92%25.49%-
HSV(B)323.81º98.44%50.2%-
XYZ10.35.187.67-
YUV48.34144.74184.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=61.54%
G=0.96%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12827800.980.390.50323.8196.9225.49
Hex8024E06227321446119
Octal20021160142476250414131
Binary1000000010100111001100010100111110010101000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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