#81024A

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

Shades of Tyrian Purple #81024A

Tints of Tyrian Purple #81024A

Color information

#81024A (or 0x81024A) is unknown color: approx Tyrian Purple. HEX triplet: 81, 02 and 4A. RGB value is (129,2,74). Sum of RGB (Red+Green+Blue) = 129+2+74=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81024A is #7EFDB5. Grayscale: #303030. Windows color (decimal): -8322486 or 4850305. OLE color: 4850305.

HSL color Cylindrical-coordinate representation of color #81024A: hue angle of 325.98º degrees, saturation: 0.97, 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 #81024A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB129274-
CMYK00.980.430.49
HSL325.98º96.95%25.69%-
HSV(B)325.98º98.45%50.59%-
XYZ10.315.26.94-
YUV48.18142.58185.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=62.93%
G=0.98%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12927400.980.430.49325.9896.9525.69
Hex8124A0622B31146611a
Octal20121120142536150614132
Binary1000000110100101001100010101011110001101000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81024A; }

 p { color: rgb(129,2,74); }

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

<style>
 a { background-color: #81024A; }

 a { background-color: rgb(129,2,74); }

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

<style>
 span { border-color: #81024A; }

 span { border-color: rgb(129,2,74); }

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