#81064E

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

Shades of Tyrian Purple #81064E

Tints of Tyrian Purple #81064E

Color information

#81064E (or 0x81064E) is unknown color: approx Tyrian Purple. HEX triplet: 81, 06 and 4E. RGB value is (129,6,78). Sum of RGB (Red+Green+Blue) = 129+6+78=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #81064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81064E is #7EF9B1. Grayscale: #323232. Windows color (decimal): -8321458 or 5113473. OLE color: 5113473.

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

Color convert

RGB129678-
CMYK00.950.400.49
HSL324.88º91.11%26.47%-
HSV(B)324.88º95.35%50.59%-
XYZ10.495.357.69-
YUV50.98143.25183.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=60.56%
G=2.82%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12967800.950.400.49324.8891.1126.47
Hex8164E05F28311455b1a
Octal20161160137506150513332
Binary10000001110100111001011111101000110001101000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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