Shades of Tyrian Purple #511244
Tints of Tyrian Purple #511244
RGB
CMYK
RGB Variations
Color information
#511244 (or 0x511244) is known color: Tyrian Purple. HEX triplet: 51, 12 and 44. RGB value is (81,18,68). Sum of RGB (Red+Green+Blue) = 81+18+68=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511244 is #AEEDBB. Grayscale: #2A2A2A. Windows color (decimal): -11464124 or 4461137. OLE color: 4461137.
HSL color Cylindrical-coordinate representation of color #511244: hue angle of 312.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511244 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 68 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.68 |
| HSL | 312.38º | 0.64% | 0.19% | - |
| HSV(B) | 312.38º | 0.78% | 0.32% | - |
| XYZ | 4.65 | 2.6 | 5.73 | - |
| YUV | 42.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 68 | 0 | 0.78 | 0.16 | 0.68 | 312.38 | 0.64 | 0.19 |
| Hex | 51 | 12 | 44 | 0 | 4E | 10 | 44 | 138 | 40 | 13 |
| Octal | 121 | 22 | 104 | 0 | 116 | 20 | 104 | 470 | 100 | 23 |
| Binary | 1010001 | 10010 | 1000100 | 0 | 1001110 | 10000 | 1000100 | 100111000 | 1000000 | 10011 |
Color Harmonies of #511244
Complementary color
Monochromatic Colors of #511244
Black with #511244
Text Example
Text Example
White with #511244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511244; }
p { color: rgb(81,18,68); }
H1.HeaderClassName
{
color: #511244;
}
.AnyTagClassName
{
color: #511244;
}
</style>
background-color css
<style>
a { background-color: #511244; }
a { background-color: rgb(81,18,68); }
div.DivClassName
{
background-color: #511244;
}
.BgClassName
{
background-color: #511244;
}
</style>
border-color css
<style>
span { border-color: #511244; }
span { border-color: rgb(81,18,68); }
td.TdClassName
{
border-color: #511244;
}
.TagClassName
{
border-color: #511244;
}
</style>