#81034E

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

Shades of Tyrian Purple #81034E

Tints of Tyrian Purple #81034E

Color information

#81034E (or 0x81034E) is unknown color: approx Tyrian Purple. HEX triplet: 81, 03 and 4E. RGB value is (129,3,78). Sum of RGB (Red+Green+Blue) = 129+3+78=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81034E is #7EFCB1. Grayscale: #313131. Windows color (decimal): -8322226 or 5112705. OLE color: 5112705.

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

Color convert

RGB129378-
CMYK00.980.400.49
HSL324.29º95.45%25.88%-
HSV(B)324.29º97.67%50.59%-
XYZ10.465.287.68-
YUV49.22144.24184.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=61.43%
G=1.43%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12937800.980.400.49324.2995.4525.88
Hex8134E06228311445f1a
Octal20131160142506150413732
Binary1000000111100111001100010101000110001101000100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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