#81083B

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

Shades of Tyrian Purple #81083B

Tints of Tyrian Purple #81083B

Color information

#81083B (or 0x81083B) is unknown color: approx Tyrian Purple. HEX triplet: 81, 08 and 3B. RGB value is (129,8,59). Sum of RGB (Red+Green+Blue) = 129+8+59=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #81083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81083B is #7EF7C4. Grayscale: #313131. Windows color (decimal): -8320965 or 3868801. OLE color: 3868801.

HSL color Cylindrical-coordinate representation of color #81083B: hue angle of 334.71º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81083B is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB129859-
CMYK00.940.540.49
HSL334.71º88.32%26.86%-
HSV(B)334.71º93.8%50.59%-
XYZ9.935.164.61-
YUV49.99133.09184.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=65.82%
G=4.08%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12985900.940.540.49334.7188.3226.86
Hex8183B05E363114f581b
Octal20110730136666151713033
Binary10000001100011101101011110110110110001101001111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81083B; }

 p { color: rgb(129,8,59); }

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

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

 a { background-color: rgb(129,8,59); }

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

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

 span { border-color: rgb(129,8,59); }

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