Shades of Tyrian Purple #510B4B
Tints of Tyrian Purple #510B4B
RGB
CMYK
RGB Variations
Color information
#510B4B (or 0x510B4B) is known color: Tyrian Purple. HEX triplet: 51, 0B and 4B. RGB value is (81,11,75). Sum of RGB (Red+Green+Blue) = 81+11+75=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #510B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B4B is #AEF4B4. Grayscale: #272727. Windows color (decimal): -11465909 or 4918097. OLE color: 4918097.
HSL color Cylindrical-coordinate representation of color #510B4B: hue angle of 305.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B4B is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 11 | 75 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.68 |
| HSL | 305.14º | 0.76% | 0.18% | - |
| HSV(B) | 305.14º | 0.86% | 0.32% | - |
| XYZ | 4.78 | 2.5 | 6.89 | - |
| YUV | 39.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 75 | 0 | 0.86 | 0.07 | 0.68 | 305.14 | 0.76 | 0.18 |
| Hex | 51 | B | 4B | 0 | 56 | 7 | 44 | 131 | 4C | 12 |
| Octal | 121 | 13 | 113 | 0 | 126 | 7 | 104 | 461 | 114 | 22 |
| Binary | 1010001 | 1011 | 1001011 | 0 | 1010110 | 111 | 1000100 | 100110001 | 1001100 | 10010 |
Color Harmonies of #510B4B
Complementary color
Monochromatic Colors of #510B4B
Black with #510B4B
Text Example
Text Example
White with #510B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B4B; }
p { color: rgb(81,11,75); }
H1.HeaderClassName
{
color: #510B4B;
}
.AnyTagClassName
{
color: #510B4B;
}
</style>
background-color css
<style>
a { background-color: #510B4B; }
a { background-color: rgb(81,11,75); }
div.DivClassName
{
background-color: #510B4B;
}
.BgClassName
{
background-color: #510B4B;
}
</style>
border-color css
<style>
span { border-color: #510B4B; }
span { border-color: rgb(81,11,75); }
td.TdClassName
{
border-color: #510B4B;
}
.TagClassName
{
border-color: #510B4B;
}
</style>