#81013F

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

Shades of Tyrian Purple #81013F

Tints of Tyrian Purple #81013F

Color information

#81013F (or 0x81013F) is unknown color: approx Tyrian Purple. HEX triplet: 81, 01 and 3F. RGB value is (129,1,63). Sum of RGB (Red+Green+Blue) = 129+1+63=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81013F is #7EFEC0. Grayscale: #2E2E2E. Windows color (decimal): -8322753 or 4129153. OLE color: 4129153.

HSL color Cylindrical-coordinate representation of color #81013F: hue angle of 330.94º 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 #81013F is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB129163-
CMYK00.990.510.49
HSL330.94º98.46%25.49%-
HSV(B)330.94º99.22%50.59%-
XYZ9.965.055.15-
YUV46.34137.41186.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.84%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 63 (25% from 255) = 32.64%
R=66.84%
G=0.52%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12916300.990.510.49330.9498.4625.49
Hex8113F063333114b6219
Octal2011770143636151314231
Binary10000001111111101100011110011110001101001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81013F; }

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

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

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

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

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

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

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

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