Shades of Tyrian Purple #810B40
Tints of Tyrian Purple #810B40
RGB
CMYK
RGB Variations
Color information
#810B40 (or 0x810B40) is known color: Tyrian Purple. HEX triplet: 81, 0B and 40. RGB value is (129,11,64). Sum of RGB (Red+Green+Blue) = 129+11+64=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #810B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B40 is #7EF4BF. Grayscale: #343434. Windows color (decimal): -8320192 or 4197249. OLE color: 4197249.
HSL color Cylindrical-coordinate representation of color #810B40: hue angle of 333.05º 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 #810B40 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 64 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.49 |
| HSL | 333.05º | 0.84% | 0.27% | - |
| HSV(B) | 333.05º | 0.91% | 0.51% | - |
| XYZ | 10.1 | 5.28 | 5.34 | - |
| YUV | 52.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 64 | 0 | 0.91 | 0.50 | 0.49 | 333.05 | 0.84 | 0.27 |
| Hex | 81 | B | 40 | 0 | 5B | 32 | 31 | 14D | 54 | 1B |
| Octal | 201 | 13 | 100 | 0 | 133 | 62 | 61 | 515 | 124 | 33 |
| Binary | 10000001 | 1011 | 1000000 | 0 | 1011011 | 110010 | 110001 | 101001101 | 1010100 | 11011 |
Color Harmonies of #810B40
Complementary color
Monochromatic Colors of #810B40
Black with #810B40
Text Example
Text Example
White with #810B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B40; }
p { color: rgb(129,11,64); }
H1.HeaderClassName
{
color: #810B40;
}
.AnyTagClassName
{
color: #810B40;
}
</style>
background-color css
<style>
a { background-color: #810B40; }
a { background-color: rgb(129,11,64); }
div.DivClassName
{
background-color: #810B40;
}
.BgClassName
{
background-color: #810B40;
}
</style>
border-color css
<style>
span { border-color: #810B40; }
span { border-color: rgb(129,11,64); }
td.TdClassName
{
border-color: #810B40;
}
.TagClassName
{
border-color: #810B40;
}
</style>