Shades of Tyrian Purple #510246
Tints of Tyrian Purple #510246
RGB
CMYK
RGB Variations
Color information
#510246 (or 0x510246) is known color: Tyrian Purple. HEX triplet: 51, 02 and 46. RGB value is (81,2,70). Sum of RGB (Red+Green+Blue) = 81+2+70=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510246 is #AEFDB9. Grayscale: #212121. Windows color (decimal): -11468218 or 4588113. OLE color: 4588113.
HSL color Cylindrical-coordinate representation of color #510246: hue angle of 308.35º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510246 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.68 |
| HSL | 308.35º | 0.95% | 0.16% | - |
| HSV(B) | 308.35º | 0.98% | 0.32% | - |
| XYZ | 4.52 | 2.23 | 5.99 | - |
| YUV | 33.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 70 | 0 | 0.98 | 0.14 | 0.68 | 308.35 | 0.95 | 0.16 |
| Hex | 51 | 2 | 46 | 0 | 62 | E | 44 | 134 | 5F | 10 |
| Octal | 121 | 2 | 106 | 0 | 142 | 16 | 104 | 464 | 137 | 20 |
| Binary | 1010001 | 10 | 1000110 | 0 | 1100010 | 1110 | 1000100 | 100110100 | 1011111 | 10000 |
Color Harmonies of #510246
Complementary color
Monochromatic Colors of #510246
Black with #510246
Text Example
Text Example
White with #510246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510246; }
p { color: rgb(81,2,70); }
H1.HeaderClassName
{
color: #510246;
}
.AnyTagClassName
{
color: #510246;
}
</style>
background-color css
<style>
a { background-color: #510246; }
a { background-color: rgb(81,2,70); }
div.DivClassName
{
background-color: #510246;
}
.BgClassName
{
background-color: #510246;
}
</style>
border-color css
<style>
span { border-color: #510246; }
span { border-color: rgb(81,2,70); }
td.TdClassName
{
border-color: #510246;
}
.TagClassName
{
border-color: #510246;
}
</style>