Shades of Tyrian Purple #51034C
Tints of Tyrian Purple #51034C
RGB
CMYK
RGB Variations
Color information
#51034C (or 0x51034C) is known color: Tyrian Purple. HEX triplet: 51, 03 and 4C. RGB value is (81,3,76). Sum of RGB (Red+Green+Blue) = 81+3+76=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51034C is #AEFCB3. Grayscale: #222222. Windows color (decimal): -11467956 or 4981585. OLE color: 4981585.
HSL color Cylindrical-coordinate representation of color #51034C: hue angle of 303.85º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51034C is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 76 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.68 |
| HSL | 303.85º | 0.93% | 0.16% | - |
| HSV(B) | 303.85º | 0.96% | 0.32% | - |
| XYZ | 4.73 | 2.34 | 7.04 | - |
| YUV | 34.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 76 | 0 | 0.96 | 0.06 | 0.68 | 303.85 | 0.93 | 0.16 |
| Hex | 51 | 3 | 4C | 0 | 60 | 6 | 44 | 130 | 5D | 10 |
| Octal | 121 | 3 | 114 | 0 | 140 | 6 | 104 | 460 | 135 | 20 |
| Binary | 1010001 | 11 | 1001100 | 0 | 1100000 | 110 | 1000100 | 100110000 | 1011101 | 10000 |
Color Harmonies of #51034C
Complementary color
Monochromatic Colors of #51034C
Black with #51034C
Text Example
Text Example
White with #51034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51034C; }
p { color: rgb(81,3,76); }
H1.HeaderClassName
{
color: #51034C;
}
.AnyTagClassName
{
color: #51034C;
}
</style>
background-color css
<style>
a { background-color: #51034C; }
a { background-color: rgb(81,3,76); }
div.DivClassName
{
background-color: #51034C;
}
.BgClassName
{
background-color: #51034C;
}
</style>
border-color css
<style>
span { border-color: #51034C; }
span { border-color: rgb(81,3,76); }
td.TdClassName
{
border-color: #51034C;
}
.TagClassName
{
border-color: #51034C;
}
</style>