Shades of Tyrian Purple #6A0049
Tints of Tyrian Purple #6A0049
RGB
CMYK
RGB Variations
Color information
#6A0049 (or 0x6A0049) is known color: Tyrian Purple. HEX triplet: 6A, 00 and 49. RGB value is (106,0,73). Sum of RGB (Red+Green+Blue) = 106+0+73=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0049 is #95FFB6. Grayscale: #272727. Windows color (decimal): -9830327 or 4784234. OLE color: 4784234.
HSL color Cylindrical-coordinate representation of color #6A0049: hue angle of 318.68º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0049 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.31 | 0.58 |
| HSL | 318.68º | 1% | 0.21% | - |
| HSV(B) | 318.68º | 1% | 0.42% | - |
| XYZ | 7.15 | 3.55 | 6.61 | - |
| YUV | 40.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 73 | 0 | 1 | 0.31 | 0.58 | 318.68 | 1 | 0.21 |
| Hex | 6A | 0 | 49 | 0 | 64 | 1F | 3A | 13F | 64 | 15 |
| Octal | 152 | 0 | 111 | 0 | 144 | 37 | 72 | 477 | 144 | 25 |
| Binary | 1101010 | 0 | 1001001 | 0 | 1100100 | 11111 | 111010 | 100111111 | 1100100 | 10101 |
Color Harmonies of #6A0049
Complementary color
Monochromatic Colors of #6A0049
Black with #6A0049
Text Example
Text Example
White with #6A0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0049; }
p { color: rgb(106,0,73); }
H1.HeaderClassName
{
color: #6A0049;
}
.AnyTagClassName
{
color: #6A0049;
}
</style>
background-color css
<style>
a { background-color: #6A0049; }
a { background-color: rgb(106,0,73); }
div.DivClassName
{
background-color: #6A0049;
}
.BgClassName
{
background-color: #6A0049;
}
</style>
border-color css
<style>
span { border-color: #6A0049; }
span { border-color: rgb(106,0,73); }
td.TdClassName
{
border-color: #6A0049;
}
.TagClassName
{
border-color: #6A0049;
}
</style>