#81024D

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

Shades of Tyrian Purple #81024D

Tints of Tyrian Purple #81024D

Color information

#81024D (or 0x81024D) is unknown color: approx Tyrian Purple. HEX triplet: 81, 02 and 4D. RGB value is (129,2,77). Sum of RGB (Red+Green+Blue) = 129+2+77=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81024D is #7EFDB2. Grayscale: #303030. Windows color (decimal): -8322483 or 5046913. OLE color: 5046913.

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

Color convert

RGB129277-
CMYK00.980.400.49
HSL324.57º96.95%25.69%-
HSV(B)324.57º98.45%50.59%-
XYZ10.415.257.48-
YUV48.52144.08185.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.02%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=62.02%
G=0.96%
B=37.02%

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
Decimal12927700.980.400.49324.5796.9525.69
Hex8124D0622831145611a
Octal20121150142506150514132
Binary1000000110100110101100010101000110001101000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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