#81013D

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

Shades of Tyrian Purple #81013D

Tints of Tyrian Purple #81013D

Color information

#81013D (or 0x81013D) is unknown color: approx Tyrian Purple. HEX triplet: 81, 01 and 3D. RGB value is (129,1,61). Sum of RGB (Red+Green+Blue) = 129+1+61=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81013D is #7EFEC2. Grayscale: #2E2E2E. Windows color (decimal): -8322755 or 3998081. OLE color: 3998081.

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

Color convert

RGB129161-
CMYK00.990.530.49
HSL331.88º98.46%25.49%-
HSV(B)331.88º99.22%50.59%-
XYZ9.915.034.86-
YUV46.11136.41187.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.54%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=67.54%
G=0.52%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12916100.990.530.49331.8898.4625.49
Hex8113D063353114c6219
Octal2011750143656151414231
Binary10000001111110101100011110101110001101001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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