Shades of Tyrian Purple #6A0D3A
Tints of Tyrian Purple #6A0D3A
RGB
CMYK
RGB Variations
Color information
#6A0D3A (or 0x6A0D3A) is known color: Tyrian Purple. HEX triplet: 6A, 0D and 3A. RGB value is (106,13,58). Sum of RGB (Red+Green+Blue) = 106+13+58=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D3A is #95F2C5. Grayscale: #2D2D2D. Windows color (decimal): -9827014 or 3804522. OLE color: 3804522.
HSL color Cylindrical-coordinate representation of color #6A0D3A: hue angle of 330.97º 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 #6A0D3A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 13 | 58 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.58 |
| HSL | 330.97º | 0.78% | 0.23% | - |
| HSV(B) | 330.97º | 0.88% | 0.42% | - |
| XYZ | 6.85 | 3.66 | 4.35 | - |
| YUV | 45.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 58 | 0 | 0.88 | 0.45 | 0.58 | 330.97 | 0.78 | 0.23 |
| Hex | 6A | D | 3A | 0 | 58 | 2D | 3A | 14B | 4E | 17 |
| Octal | 152 | 15 | 72 | 0 | 130 | 55 | 72 | 513 | 116 | 27 |
| Binary | 1101010 | 1101 | 111010 | 0 | 1011000 | 101101 | 111010 | 101001011 | 1001110 | 10111 |
Color Harmonies of #6A0D3A
Complementary color
Monochromatic Colors of #6A0D3A
Black with #6A0D3A
Text Example
Text Example
White with #6A0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D3A; }
p { color: rgb(106,13,58); }
H1.HeaderClassName
{
color: #6A0D3A;
}
.AnyTagClassName
{
color: #6A0D3A;
}
</style>
background-color css
<style>
a { background-color: #6A0D3A; }
a { background-color: rgb(106,13,58); }
div.DivClassName
{
background-color: #6A0D3A;
}
.BgClassName
{
background-color: #6A0D3A;
}
</style>
border-color css
<style>
span { border-color: #6A0D3A; }
span { border-color: rgb(106,13,58); }
td.TdClassName
{
border-color: #6A0D3A;
}
.TagClassName
{
border-color: #6A0D3A;
}
</style>