Shades of Tyrian Purple #81064C
Tints of Tyrian Purple #81064C
RGB
CMYK
RGB Variations
Color information
#81064C (or 0x81064C) is known color: Tyrian Purple. HEX triplet: 81, 06 and 4C. RGB value is (129,6,76). Sum of RGB (Red+Green+Blue) = 129+6+76=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81064C is #7EF9B3. Grayscale: #323232. Windows color (decimal): -8321460 or 4982401. OLE color: 4982401.
HSL color Cylindrical-coordinate representation of color #81064C: hue angle of 325.85º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81064C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.49 |
| HSL | 325.85º | 0.91% | 0.26% | - |
| HSV(B) | 325.85º | 0.95% | 0.51% | - |
| XYZ | 10.42 | 5.32 | 7.31 | - |
| YUV | 50.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 76 | 0 | 0.95 | 0.41 | 0.49 | 325.85 | 0.91 | 0.26 |
| Hex | 81 | 6 | 4C | 0 | 5F | 29 | 31 | 146 | 5B | 1A |
| Octal | 201 | 6 | 114 | 0 | 137 | 51 | 61 | 506 | 133 | 32 |
| Binary | 10000001 | 110 | 1001100 | 0 | 1011111 | 101001 | 110001 | 101000110 | 1011011 | 11010 |
Color Harmonies of #81064C
Complementary color
Monochromatic Colors of #81064C
Black with #81064C
Text Example
Text Example
White with #81064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81064C; }
p { color: rgb(129,6,76); }
H1.HeaderClassName
{
color: #81064C;
}
.AnyTagClassName
{
color: #81064C;
}
</style>
background-color css
<style>
a { background-color: #81064C; }
a { background-color: rgb(129,6,76); }
div.DivClassName
{
background-color: #81064C;
}
.BgClassName
{
background-color: #81064C;
}
</style>
border-color css
<style>
span { border-color: #81064C; }
span { border-color: rgb(129,6,76); }
td.TdClassName
{
border-color: #81064C;
}
.TagClassName
{
border-color: #81064C;
}
</style>