Shades of Tyrian Purple #51074B
Tints of Tyrian Purple #51074B
RGB
CMYK
RGB Variations
Color information
#51074B (or 0x51074B) is known color: Tyrian Purple. HEX triplet: 51, 07 and 4B. RGB value is (81,7,75). Sum of RGB (Red+Green+Blue) = 81+7+75=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51074B is #AEF8B4. Grayscale: #242424. Windows color (decimal): -11466933 or 4917073. OLE color: 4917073.
HSL color Cylindrical-coordinate representation of color #51074B: hue angle of 304.86º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51074B is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 75 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.68 |
| HSL | 304.86º | 0.84% | 0.17% | - |
| HSV(B) | 304.86º | 0.91% | 0.32% | - |
| XYZ | 4.74 | 2.41 | 6.87 | - |
| YUV | 36.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 75 | 0 | 0.91 | 0.07 | 0.68 | 304.86 | 0.84 | 0.17 |
| Hex | 51 | 7 | 4B | 0 | 5B | 7 | 44 | 131 | 54 | 11 |
| Octal | 121 | 7 | 113 | 0 | 133 | 7 | 104 | 461 | 124 | 21 |
| Binary | 1010001 | 111 | 1001011 | 0 | 1011011 | 111 | 1000100 | 100110001 | 1010100 | 10001 |
Color Harmonies of #51074B
Complementary color
Monochromatic Colors of #51074B
Black with #51074B
Text Example
Text Example
White with #51074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51074B; }
p { color: rgb(81,7,75); }
H1.HeaderClassName
{
color: #51074B;
}
.AnyTagClassName
{
color: #51074B;
}
</style>
background-color css
<style>
a { background-color: #51074B; }
a { background-color: rgb(81,7,75); }
div.DivClassName
{
background-color: #51074B;
}
.BgClassName
{
background-color: #51074B;
}
</style>
border-color css
<style>
span { border-color: #51074B; }
span { border-color: rgb(81,7,75); }
td.TdClassName
{
border-color: #51074B;
}
.TagClassName
{
border-color: #51074B;
}
</style>