Shades of Tyrian Purple #81034F
Tints of Tyrian Purple #81034F
RGB
CMYK
RGB Variations
Color information
#81034F (or 0x81034F) is known color: Tyrian Purple. HEX triplet: 81, 03 and 4F. RGB value is (129,3,79). Sum of RGB (Red+Green+Blue) = 129+3+79=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81034F is #7EFCB0. Grayscale: #313131. Windows color (decimal): -8322225 or 5178241. OLE color: 5178241.
HSL color Cylindrical-coordinate representation of color #81034F: hue angle of 323.81º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81034F is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 79 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.49 |
| HSL | 323.81º | 0.95% | 0.26% | - |
| HSV(B) | 323.81º | 0.98% | 0.51% | - |
| XYZ | 10.5 | 5.3 | 7.87 | - |
| YUV | 49.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 79 | 0 | 0.98 | 0.39 | 0.49 | 323.81 | 0.95 | 0.26 |
| Hex | 81 | 3 | 4F | 0 | 62 | 27 | 31 | 144 | 5F | 1A |
| Octal | 201 | 3 | 117 | 0 | 142 | 47 | 61 | 504 | 137 | 32 |
| Binary | 10000001 | 11 | 1001111 | 0 | 1100010 | 100111 | 110001 | 101000100 | 1011111 | 11010 |
Color Harmonies of #81034F
Complementary color
Monochromatic Colors of #81034F
Black with #81034F
Text Example
Text Example
White with #81034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81034F; }
p { color: rgb(129,3,79); }
H1.HeaderClassName
{
color: #81034F;
}
.AnyTagClassName
{
color: #81034F;
}
</style>
background-color css
<style>
a { background-color: #81034F; }
a { background-color: rgb(129,3,79); }
div.DivClassName
{
background-color: #81034F;
}
.BgClassName
{
background-color: #81034F;
}
</style>
border-color css
<style>
span { border-color: #81034F; }
span { border-color: rgb(129,3,79); }
td.TdClassName
{
border-color: #81034F;
}
.TagClassName
{
border-color: #81034F;
}
</style>