Shades of Tyrian Purple #510C4B
Tints of Tyrian Purple #510C4B
RGB
CMYK
RGB Variations
Color information
#510C4B (or 0x510C4B) is known color: Tyrian Purple. HEX triplet: 51, 0C and 4B. RGB value is (81,12,75). Sum of RGB (Red+Green+Blue) = 81+12+75=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #510C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C4B is #AEF3B4. Grayscale: #272727. Windows color (decimal): -11465653 or 4918353. OLE color: 4918353.
HSL color Cylindrical-coordinate representation of color #510C4B: hue angle of 305.22º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C4B is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 75 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.68 |
| HSL | 305.22º | 0.74% | 0.18% | - |
| HSV(B) | 305.22º | 0.85% | 0.32% | - |
| XYZ | 4.79 | 2.52 | 6.89 | - |
| YUV | 39.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 75 | 0 | 0.85 | 0.07 | 0.68 | 305.22 | 0.74 | 0.18 |
| Hex | 51 | C | 4B | 0 | 55 | 7 | 44 | 131 | 4A | 12 |
| Octal | 121 | 14 | 113 | 0 | 125 | 7 | 104 | 461 | 112 | 22 |
| Binary | 1010001 | 1100 | 1001011 | 0 | 1010101 | 111 | 1000100 | 100110001 | 1001010 | 10010 |
Color Harmonies of #510C4B
Complementary color
Monochromatic Colors of #510C4B
Black with #510C4B
Text Example
Text Example
White with #510C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C4B; }
p { color: rgb(81,12,75); }
H1.HeaderClassName
{
color: #510C4B;
}
.AnyTagClassName
{
color: #510C4B;
}
</style>
background-color css
<style>
a { background-color: #510C4B; }
a { background-color: rgb(81,12,75); }
div.DivClassName
{
background-color: #510C4B;
}
.BgClassName
{
background-color: #510C4B;
}
</style>
border-color css
<style>
span { border-color: #510C4B; }
span { border-color: rgb(81,12,75); }
td.TdClassName
{
border-color: #510C4B;
}
.TagClassName
{
border-color: #510C4B;
}
</style>