#810144

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

Shades of Tyrian Purple #810144

Tints of Tyrian Purple #810144

Color information

#810144 (or 0x810144) is unknown color: approx Tyrian Purple. HEX triplet: 81, 01 and 44. RGB value is (129,1,68). Sum of RGB (Red+Green+Blue) = 129+1+68=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #810144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810144 is #7EFEBB. Grayscale: #2E2E2E. Windows color (decimal): -8322748 or 4456833. OLE color: 4456833.

HSL color Cylindrical-coordinate representation of color #810144: hue angle of 328.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810144 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB129168-
CMYK00.990.470.49
HSL328.59º98.46%25.49%-
HSV(B)328.59º99.22%50.59%-
XYZ10.115.115.92-
YUV46.91139.91186.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.15%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=65.15%
G=0.51%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12916800.990.470.49328.5998.4625.49
Hex811440632F311496219
Octal20111040143576151114231
Binary100000011100010001100011101111110001101001001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810144; }

 p { color: rgb(129,1,68); }

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

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

 a { background-color: rgb(129,1,68); }

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

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

 span { border-color: rgb(129,1,68); }

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