#81014E

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

Shades of Tyrian Purple #81014E

Tints of Tyrian Purple #81014E

Color information

#81014E (or 0x81014E) is unknown color: approx Tyrian Purple. HEX triplet: 81, 01 and 4E. RGB value is (129,1,78). Sum of RGB (Red+Green+Blue) = 129+1+78=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81014E is #7EFEB1. Grayscale: #2F2F2F. Windows color (decimal): -8322738 or 5112193. OLE color: 5112193.

HSL color Cylindrical-coordinate representation of color #81014E: hue angle of 323.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81014E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB129178-
CMYK00.990.400.49
HSL323.91º98.46%25.49%-
HSV(B)323.91º99.22%50.59%-
XYZ10.445.247.67-
YUV48.05144.91185.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.02%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=62.02%
G=0.48%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12917800.990.400.49323.9198.4625.49
Hex8114E06328311446219
Octal20111160143506150414231
Binary100000011100111001100011101000110001101000100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,1,78); }

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

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

 a { background-color: rgb(129,1,78); }

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

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

 span { border-color: rgb(129,1,78); }

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