Shades of Tyrian Purple #6A0751
Tints of Tyrian Purple #6A0751
RGB
CMYK
RGB Variations
Color information
#6A0751 (or 0x6A0751) is known color: Tyrian Purple. HEX triplet: 6A, 07 and 51. RGB value is (106,7,81). Sum of RGB (Red+Green+Blue) = 106+7+81=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0751 is #95F8AE. Grayscale: #2C2C2C. Windows color (decimal): -9828527 or 5310314. OLE color: 5310314.
HSL color Cylindrical-coordinate representation of color #6A0751: hue angle of 315.15º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0751 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 81 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.58 |
| HSL | 315.15º | 0.88% | 0.22% | - |
| HSV(B) | 315.15º | 0.93% | 0.42% | - |
| XYZ | 7.51 | 3.81 | 8.12 | - |
| YUV | 45.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 81 | 0 | 0.93 | 0.24 | 0.58 | 315.15 | 0.88 | 0.22 |
| Hex | 6A | 7 | 51 | 0 | 5D | 18 | 3A | 13B | 58 | 16 |
| Octal | 152 | 7 | 121 | 0 | 135 | 30 | 72 | 473 | 130 | 26 |
| Binary | 1101010 | 111 | 1010001 | 0 | 1011101 | 11000 | 111010 | 100111011 | 1011000 | 10110 |
Color Harmonies of #6A0751
Complementary color
Monochromatic Colors of #6A0751
Black with #6A0751
Text Example
Text Example
White with #6A0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0751; }
p { color: rgb(106,7,81); }
H1.HeaderClassName
{
color: #6A0751;
}
.AnyTagClassName
{
color: #6A0751;
}
</style>
background-color css
<style>
a { background-color: #6A0751; }
a { background-color: rgb(106,7,81); }
div.DivClassName
{
background-color: #6A0751;
}
.BgClassName
{
background-color: #6A0751;
}
</style>
border-color css
<style>
span { border-color: #6A0751; }
span { border-color: rgb(106,7,81); }
td.TdClassName
{
border-color: #6A0751;
}
.TagClassName
{
border-color: #6A0751;
}
</style>