Shades of Tyrian Purple #51094C
Tints of Tyrian Purple #51094C
RGB
CMYK
RGB Variations
Color information
#51094C (or 0x51094C) is known color: Tyrian Purple. HEX triplet: 51, 09 and 4C. RGB value is (81,9,76). Sum of RGB (Red+Green+Blue) = 81+9+76=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #51094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51094C is #AEF6B3. Grayscale: #252525. Windows color (decimal): -11466420 or 4983121. OLE color: 4983121.
HSL color Cylindrical-coordinate representation of color #51094C: hue angle of 304.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51094C is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 76 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.68 |
| HSL | 304.17º | 0.8% | 0.18% | - |
| HSV(B) | 304.17º | 0.89% | 0.32% | - |
| XYZ | 4.8 | 2.47 | 7.06 | - |
| YUV | 38.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 76 | 0 | 0.89 | 0.06 | 0.68 | 304.17 | 0.8 | 0.18 |
| Hex | 51 | 9 | 4C | 0 | 59 | 6 | 44 | 130 | 50 | 12 |
| Octal | 121 | 11 | 114 | 0 | 131 | 6 | 104 | 460 | 120 | 22 |
| Binary | 1010001 | 1001 | 1001100 | 0 | 1011001 | 110 | 1000100 | 100110000 | 1010000 | 10010 |
Color Harmonies of #51094C
Complementary color
Monochromatic Colors of #51094C
Black with #51094C
Text Example
Text Example
White with #51094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51094C; }
p { color: rgb(81,9,76); }
H1.HeaderClassName
{
color: #51094C;
}
.AnyTagClassName
{
color: #51094C;
}
</style>
background-color css
<style>
a { background-color: #51094C; }
a { background-color: rgb(81,9,76); }
div.DivClassName
{
background-color: #51094C;
}
.BgClassName
{
background-color: #51094C;
}
</style>
border-color css
<style>
span { border-color: #51094C; }
span { border-color: rgb(81,9,76); }
td.TdClassName
{
border-color: #51094C;
}
.TagClassName
{
border-color: #51094C;
}
</style>