Shades of Tyrian Purple #810B3E
Tints of Tyrian Purple #810B3E
RGB
CMYK
RGB Variations
Color information
#810B3E (or 0x810B3E) is known color: Tyrian Purple. HEX triplet: 81, 0B and 3E. RGB value is (129,11,62). Sum of RGB (Red+Green+Blue) = 129+11+62=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #810B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B3E is #7EF4C1. Grayscale: #343434. Windows color (decimal): -8320194 or 4066177. OLE color: 4066177.
HSL color Cylindrical-coordinate representation of color #810B3E: hue angle of 334.07º 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 #810B3E is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 62 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.49 |
| HSL | 334.07º | 0.84% | 0.27% | - |
| HSV(B) | 334.07º | 0.91% | 0.51% | - |
| XYZ | 10.04 | 5.25 | 5.04 | - |
| YUV | 52.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 62 | 0 | 0.91 | 0.52 | 0.49 | 334.07 | 0.84 | 0.27 |
| Hex | 81 | B | 3E | 0 | 5B | 34 | 31 | 14E | 54 | 1B |
| Octal | 201 | 13 | 76 | 0 | 133 | 64 | 61 | 516 | 124 | 33 |
| Binary | 10000001 | 1011 | 111110 | 0 | 1011011 | 110100 | 110001 | 101001110 | 1010100 | 11011 |
Color Harmonies of #810B3E
Complementary color
Monochromatic Colors of #810B3E
Black with #810B3E
Text Example
Text Example
White with #810B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B3E; }
p { color: rgb(129,11,62); }
H1.HeaderClassName
{
color: #810B3E;
}
.AnyTagClassName
{
color: #810B3E;
}
</style>
background-color css
<style>
a { background-color: #810B3E; }
a { background-color: rgb(129,11,62); }
div.DivClassName
{
background-color: #810B3E;
}
.BgClassName
{
background-color: #810B3E;
}
</style>
border-color css
<style>
span { border-color: #810B3E; }
span { border-color: rgb(129,11,62); }
td.TdClassName
{
border-color: #810B3E;
}
.TagClassName
{
border-color: #810B3E;
}
</style>