#81034D

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

Shades of Tyrian Purple #81034D

Tints of Tyrian Purple #81034D

Color information

#81034D (or 0x81034D) is unknown color: approx Tyrian Purple. HEX triplet: 81, 03 and 4D. RGB value is (129,3,77). Sum of RGB (Red+Green+Blue) = 129+3+77=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81034D is #7EFCB2. Grayscale: #303030. Windows color (decimal): -8322227 or 5047169. OLE color: 5047169.

HSL color Cylindrical-coordinate representation of color #81034D: hue angle of 324.76º 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 #81034D is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB129377-
CMYK00.980.400.49
HSL324.76º95.45%25.88%-
HSV(B)324.76º97.67%50.59%-
XYZ10.435.277.49-
YUV49.11143.74184.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.72%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=61.72%
G=1.44%
B=36.84%

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
Decimal12937700.980.400.49324.7695.4525.88
Hex8134D06228311455f1a
Octal20131150142506150513732
Binary1000000111100110101100010101000110001101000101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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