Shades of Tyrian Purple #81003C
Tints of Tyrian Purple #81003C
RGB
CMYK
RGB Variations
Color information
#81003C (or 0x81003C) is known color: Tyrian Purple. HEX triplet: 81, 00 and 3C. RGB value is (129,0,60). Sum of RGB (Red+Green+Blue) = 129+0+60=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81003C is #7EFFC3. Grayscale: #2D2D2D. Windows color (decimal): -8323012 or 3932289. OLE color: 3932289.
HSL color Cylindrical-coordinate representation of color #81003C: hue angle of 332.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81003C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.53 | 0.49 |
| HSL | 332.09º | 1% | 0.25% | - |
| HSV(B) | 332.09º | 1% | 0.51% | - |
| XYZ | 9.87 | 4.99 | 4.72 | - |
| YUV | 45.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 60 | 0 | 1 | 0.53 | 0.49 | 332.09 | 1 | 0.25 |
| Hex | 81 | 0 | 3C | 0 | 64 | 35 | 31 | 14C | 64 | 19 |
| Octal | 201 | 0 | 74 | 0 | 144 | 65 | 61 | 514 | 144 | 31 |
| Binary | 10000001 | 0 | 111100 | 0 | 1100100 | 110101 | 110001 | 101001100 | 1100100 | 11001 |
Color Harmonies of #81003C
Complementary color
Monochromatic Colors of #81003C
Black with #81003C
Text Example
Text Example
White with #81003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81003C; }
p { color: rgb(129,0,60); }
H1.HeaderClassName
{
color: #81003C;
}
.AnyTagClassName
{
color: #81003C;
}
</style>
background-color css
<style>
a { background-color: #81003C; }
a { background-color: rgb(129,0,60); }
div.DivClassName
{
background-color: #81003C;
}
.BgClassName
{
background-color: #81003C;
}
</style>
border-color css
<style>
span { border-color: #81003C; }
span { border-color: rgb(129,0,60); }
td.TdClassName
{
border-color: #81003C;
}
.TagClassName
{
border-color: #81003C;
}
</style>