Shades of Tyrian Purple #6A0656
Tints of Tyrian Purple #6A0656
RGB
CMYK
RGB Variations
Color information
#6A0656 (or 0x6A0656) is known color: Tyrian Purple. HEX triplet: 6A, 06 and 56. RGB value is (106,6,86). Sum of RGB (Red+Green+Blue) = 106+6+86=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0656 is #95F9A9. Grayscale: #2C2C2C. Windows color (decimal): -9828778 or 5637738. OLE color: 5637738.
HSL color Cylindrical-coordinate representation of color #6A0656: hue angle of 312º 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 #6A0656 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 6 | 86 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.58 |
| HSL | 312º | 0.89% | 0.22% | - |
| HSV(B) | 312º | 0.94% | 0.42% | - |
| XYZ | 7.69 | 3.87 | 9.15 | - |
| YUV | 45.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 86 | 0 | 0.94 | 0.19 | 0.58 | 312 | 0.89 | 0.22 |
| Hex | 6A | 6 | 56 | 0 | 5E | 13 | 3A | 138 | 59 | 16 |
| Octal | 152 | 6 | 126 | 0 | 136 | 23 | 72 | 470 | 131 | 26 |
| Binary | 1101010 | 110 | 1010110 | 0 | 1011110 | 10011 | 111010 | 100111000 | 1011001 | 10110 |
Color Harmonies of #6A0656
Complementary color
Monochromatic Colors of #6A0656
Black with #6A0656
Text Example
Text Example
White with #6A0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0656; }
p { color: rgb(106,6,86); }
H1.HeaderClassName
{
color: #6A0656;
}
.AnyTagClassName
{
color: #6A0656;
}
</style>
background-color css
<style>
a { background-color: #6A0656; }
a { background-color: rgb(106,6,86); }
div.DivClassName
{
background-color: #6A0656;
}
.BgClassName
{
background-color: #6A0656;
}
</style>
border-color css
<style>
span { border-color: #6A0656; }
span { border-color: rgb(106,6,86); }
td.TdClassName
{
border-color: #6A0656;
}
.TagClassName
{
border-color: #6A0656;
}
</style>