Shades of Tyrian Purple #6A0D47
Tints of Tyrian Purple #6A0D47
RGB
CMYK
RGB Variations
Color information
#6A0D47 (or 0x6A0D47) is known color: Tyrian Purple. HEX triplet: 6A, 0D and 47. RGB value is (106,13,71). Sum of RGB (Red+Green+Blue) = 106+13+71=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D47 is #95F2B8. Grayscale: #2F2F2F. Windows color (decimal): -9827001 or 4656490. OLE color: 4656490.
HSL color Cylindrical-coordinate representation of color #6A0D47: hue angle of 322.58º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D47 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 13 | 71 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.58 |
| HSL | 322.58º | 0.78% | 0.23% | - |
| HSV(B) | 322.58º | 0.88% | 0.42% | - |
| XYZ | 7.23 | 3.81 | 6.32 | - |
| YUV | 47.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 71 | 0 | 0.88 | 0.33 | 0.58 | 322.58 | 0.78 | 0.23 |
| Hex | 6A | D | 47 | 0 | 58 | 21 | 3A | 143 | 4E | 17 |
| Octal | 152 | 15 | 107 | 0 | 130 | 41 | 72 | 503 | 116 | 27 |
| Binary | 1101010 | 1101 | 1000111 | 0 | 1011000 | 100001 | 111010 | 101000011 | 1001110 | 10111 |
Color Harmonies of #6A0D47
Complementary color
Monochromatic Colors of #6A0D47
Black with #6A0D47
Text Example
Text Example
White with #6A0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D47; }
p { color: rgb(106,13,71); }
H1.HeaderClassName
{
color: #6A0D47;
}
.AnyTagClassName
{
color: #6A0D47;
}
</style>
background-color css
<style>
a { background-color: #6A0D47; }
a { background-color: rgb(106,13,71); }
div.DivClassName
{
background-color: #6A0D47;
}
.BgClassName
{
background-color: #6A0D47;
}
</style>
border-color css
<style>
span { border-color: #6A0D47; }
span { border-color: rgb(106,13,71); }
td.TdClassName
{
border-color: #6A0D47;
}
.TagClassName
{
border-color: #6A0D47;
}
</style>