Shades of Tyrian Purple #6A073E
Tints of Tyrian Purple #6A073E
RGB
CMYK
RGB Variations
Color information
#6A073E (or 0x6A073E) is known color: Tyrian Purple. HEX triplet: 6A, 07 and 3E. RGB value is (106,7,62). Sum of RGB (Red+Green+Blue) = 106+7+62=175 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.57% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 106 - color contains mainly: red. Hex color #6A073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A073E is #95F8C1. Grayscale: #2A2A2A. Windows color (decimal): -9828546 or 4065130. OLE color: 4065130.
HSL color Cylindrical-coordinate representation of color #6A073E: hue angle of 326.67º 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 #6A073E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 62 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.58 |
| HSL | 326.67º | 0.88% | 0.22% | - |
| HSV(B) | 326.67º | 0.93% | 0.42% | - |
| XYZ | 6.89 | 3.56 | 4.88 | - |
| YUV | 42.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 62 | 0 | 0.93 | 0.42 | 0.58 | 326.67 | 0.88 | 0.22 |
| Hex | 6A | 7 | 3E | 0 | 5D | 2A | 3A | 147 | 58 | 16 |
| Octal | 152 | 7 | 76 | 0 | 135 | 52 | 72 | 507 | 130 | 26 |
| Binary | 1101010 | 111 | 111110 | 0 | 1011101 | 101010 | 111010 | 101000111 | 1011000 | 10110 |
Color Harmonies of #6A073E
Complementary color
Monochromatic Colors of #6A073E
Black with #6A073E
Text Example
Text Example
White with #6A073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A073E; }
p { color: rgb(106,7,62); }
H1.HeaderClassName
{
color: #6A073E;
}
.AnyTagClassName
{
color: #6A073E;
}
</style>
background-color css
<style>
a { background-color: #6A073E; }
a { background-color: rgb(106,7,62); }
div.DivClassName
{
background-color: #6A073E;
}
.BgClassName
{
background-color: #6A073E;
}
</style>
border-color css
<style>
span { border-color: #6A073E; }
span { border-color: rgb(106,7,62); }
td.TdClassName
{
border-color: #6A073E;
}
.TagClassName
{
border-color: #6A073E;
}
</style>