#810B3B

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

Shades of Tyrian Purple #810B3B

Tints of Tyrian Purple #810B3B

Color information

#810B3B (or 0x810B3B) is unknown color: approx Tyrian Purple. HEX triplet: 81, 0B and 3B. RGB value is (129,11,59). Sum of RGB (Red+Green+Blue) = 129+11+59=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #810B3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B3B is #7EF4C4. Grayscale: #333333. Windows color (decimal): -8320197 or 3869569. OLE color: 3869569.

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

Color convert

RGB1291159-
CMYK00.910.540.49
HSL335.59º84.29%27.45%-
HSV(B)335.59º91.47%50.59%-
XYZ9.965.224.62-
YUV51.75132.09183.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=64.82%
G=5.53%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129115900.910.540.49335.5984.2927.45
Hex81B3B05B3631150541b
Octal20113730133666152012433
Binary10000001101111101101011011110110110001101010000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B3B; }

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

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

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

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

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

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

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

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