Shades of Tyrian Purple #6A0949
Tints of Tyrian Purple #6A0949
RGB
CMYK
RGB Variations
Color information
#6A0949 (or 0x6A0949) is known color: Tyrian Purple. HEX triplet: 6A, 09 and 49. RGB value is (106,9,73). Sum of RGB (Red+Green+Blue) = 106+9+73=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0949 is #95F6B6. Grayscale: #2D2D2D. Windows color (decimal): -9828023 or 4786538. OLE color: 4786538.
HSL color Cylindrical-coordinate representation of color #6A0949: hue angle of 320.41º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0949 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 9 | 73 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.58 |
| HSL | 320.41º | 0.84% | 0.23% | - |
| HSV(B) | 320.41º | 0.92% | 0.42% | - |
| XYZ | 7.24 | 3.74 | 6.64 | - |
| YUV | 45.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 73 | 0 | 0.92 | 0.31 | 0.58 | 320.41 | 0.84 | 0.23 |
| Hex | 6A | 9 | 49 | 0 | 5C | 1F | 3A | 140 | 54 | 17 |
| Octal | 152 | 11 | 111 | 0 | 134 | 37 | 72 | 500 | 124 | 27 |
| Binary | 1101010 | 1001 | 1001001 | 0 | 1011100 | 11111 | 111010 | 101000000 | 1010100 | 10111 |
Color Harmonies of #6A0949
Complementary color
Monochromatic Colors of #6A0949
Black with #6A0949
Text Example
Text Example
White with #6A0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0949; }
p { color: rgb(106,9,73); }
H1.HeaderClassName
{
color: #6A0949;
}
.AnyTagClassName
{
color: #6A0949;
}
</style>
background-color css
<style>
a { background-color: #6A0949; }
a { background-color: rgb(106,9,73); }
div.DivClassName
{
background-color: #6A0949;
}
.BgClassName
{
background-color: #6A0949;
}
</style>
border-color css
<style>
span { border-color: #6A0949; }
span { border-color: rgb(106,9,73); }
td.TdClassName
{
border-color: #6A0949;
}
.TagClassName
{
border-color: #6A0949;
}
</style>