Shades of Tyrian Purple #6A062A
Tints of Tyrian Purple #6A062A
RGB
CMYK
RGB Variations
Color information
#6A062A (or 0x6A062A) is known color: Tyrian Purple. HEX triplet: 6A, 06 and 2A. RGB value is (106,6,42). Sum of RGB (Red+Green+Blue) = 106+6+42=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A062A is #95F9D5. Grayscale: #272727. Windows color (decimal): -9828822 or 2754154. OLE color: 2754154.
HSL color Cylindrical-coordinate representation of color #6A062A: hue angle of 338.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A062A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 6 | 42 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.58 |
| HSL | 338.4º | 0.89% | 0.22% | - |
| HSV(B) | 338.4º | 0.94% | 0.42% | - |
| XYZ | 6.43 | 3.36 | 2.5 | - |
| YUV | 40 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 42 | 0 | 0.94 | 0.60 | 0.58 | 338.4 | 0.89 | 0.22 |
| Hex | 6A | 6 | 2A | 0 | 5E | 3C | 3A | 152 | 59 | 16 |
| Octal | 152 | 6 | 52 | 0 | 136 | 74 | 72 | 522 | 131 | 26 |
| Binary | 1101010 | 110 | 101010 | 0 | 1011110 | 111100 | 111010 | 101010010 | 1011001 | 10110 |
Color Harmonies of #6A062A
Complementary color
Monochromatic Colors of #6A062A
Black with #6A062A
Text Example
Text Example
White with #6A062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A062A; }
p { color: rgb(106,6,42); }
H1.HeaderClassName
{
color: #6A062A;
}
.AnyTagClassName
{
color: #6A062A;
}
</style>
background-color css
<style>
a { background-color: #6A062A; }
a { background-color: rgb(106,6,42); }
div.DivClassName
{
background-color: #6A062A;
}
.BgClassName
{
background-color: #6A062A;
}
</style>
border-color css
<style>
span { border-color: #6A062A; }
span { border-color: rgb(106,6,42); }
td.TdClassName
{
border-color: #6A062A;
}
.TagClassName
{
border-color: #6A062A;
}
</style>