Shades of Tyrian Purple #6A0356
Tints of Tyrian Purple #6A0356
RGB
CMYK
RGB Variations
Color information
#6A0356 (or 0x6A0356) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 56. RGB value is (106,3,86). Sum of RGB (Red+Green+Blue) = 106+3+86=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0356 is #95FCA9. Grayscale: #2B2B2B. Windows color (decimal): -9829546 or 5636970. OLE color: 5636970.
HSL color Cylindrical-coordinate representation of color #6A0356: hue angle of 311.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0356 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 86 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.58 |
| HSL | 311.65º | 0.94% | 0.21% | - |
| HSV(B) | 311.65º | 0.97% | 0.42% | - |
| XYZ | 7.66 | 3.8 | 9.13 | - |
| YUV | 43.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 86 | 0 | 0.97 | 0.19 | 0.58 | 311.65 | 0.94 | 0.21 |
| Hex | 6A | 3 | 56 | 0 | 61 | 13 | 3A | 138 | 5E | 15 |
| Octal | 152 | 3 | 126 | 0 | 141 | 23 | 72 | 470 | 136 | 25 |
| Binary | 1101010 | 11 | 1010110 | 0 | 1100001 | 10011 | 111010 | 100111000 | 1011110 | 10101 |
Color Harmonies of #6A0356
Complementary color
Monochromatic Colors of #6A0356
Black with #6A0356
Text Example
Text Example
White with #6A0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0356; }
p { color: rgb(106,3,86); }
H1.HeaderClassName
{
color: #6A0356;
}
.AnyTagClassName
{
color: #6A0356;
}
</style>
background-color css
<style>
a { background-color: #6A0356; }
a { background-color: rgb(106,3,86); }
div.DivClassName
{
background-color: #6A0356;
}
.BgClassName
{
background-color: #6A0356;
}
</style>
border-color css
<style>
span { border-color: #6A0356; }
span { border-color: rgb(106,3,86); }
td.TdClassName
{
border-color: #6A0356;
}
.TagClassName
{
border-color: #6A0356;
}
</style>