Shades of Tyrian Purple #510C3C
Tints of Tyrian Purple #510C3C
RGB
CMYK
RGB Variations
Color information
#510C3C (or 0x510C3C) is known color: Tyrian Purple. HEX triplet: 51, 0C and 3C. RGB value is (81,12,60). Sum of RGB (Red+Green+Blue) = 81+12+60=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C3C is #AEF3C3. Grayscale: #252525. Windows color (decimal): -11465668 or 3935313. OLE color: 3935313.
HSL color Cylindrical-coordinate representation of color #510C3C: hue angle of 318.26º 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 #510C3C is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 60 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.68 |
| HSL | 318.26º | 0.74% | 0.18% | - |
| HSV(B) | 318.26º | 0.85% | 0.32% | - |
| XYZ | 4.34 | 2.34 | 4.5 | - |
| YUV | 38.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 60 | 0 | 0.85 | 0.26 | 0.68 | 318.26 | 0.74 | 0.18 |
| Hex | 51 | C | 3C | 0 | 55 | 1A | 44 | 13E | 4A | 12 |
| Octal | 121 | 14 | 74 | 0 | 125 | 32 | 104 | 476 | 112 | 22 |
| Binary | 1010001 | 1100 | 111100 | 0 | 1010101 | 11010 | 1000100 | 100111110 | 1001010 | 10010 |
Color Harmonies of #510C3C
Complementary color
Monochromatic Colors of #510C3C
Black with #510C3C
Text Example
Text Example
White with #510C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C3C; }
p { color: rgb(81,12,60); }
H1.HeaderClassName
{
color: #510C3C;
}
.AnyTagClassName
{
color: #510C3C;
}
</style>
background-color css
<style>
a { background-color: #510C3C; }
a { background-color: rgb(81,12,60); }
div.DivClassName
{
background-color: #510C3C;
}
.BgClassName
{
background-color: #510C3C;
}
</style>
border-color css
<style>
span { border-color: #510C3C; }
span { border-color: rgb(81,12,60); }
td.TdClassName
{
border-color: #510C3C;
}
.TagClassName
{
border-color: #510C3C;
}
</style>