Shades of Tyrian Purple #6D0356
Tints of Tyrian Purple #6D0356
RGB
CMYK
RGB Variations
Color information
#6D0356 (or 0x6D0356) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 56. RGB value is (109,3,86). Sum of RGB (Red+Green+Blue) = 109+3+86=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0356 is #92FCA9. Grayscale: #2B2B2B. Windows color (decimal): -9632938 or 5636973. OLE color: 5636973.
HSL color Cylindrical-coordinate representation of color #6D0356: hue angle of 313.02º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0356 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 86 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.57 |
| HSL | 313.02º | 0.95% | 0.22% | - |
| HSV(B) | 313.02º | 0.97% | 0.43% | - |
| XYZ | 8.02 | 3.99 | 9.15 | - |
| YUV | 44.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 86 | 0 | 0.97 | 0.21 | 0.57 | 313.02 | 0.95 | 0.22 |
| Hex | 6D | 3 | 56 | 0 | 61 | 15 | 39 | 139 | 5F | 16 |
| Octal | 155 | 3 | 126 | 0 | 141 | 25 | 71 | 471 | 137 | 26 |
| Binary | 1101101 | 11 | 1010110 | 0 | 1100001 | 10101 | 111001 | 100111001 | 1011111 | 10110 |
Color Harmonies of #6D0356
Complementary color
Monochromatic Colors of #6D0356
Black with #6D0356
Text Example
Text Example
White with #6D0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0356; }
p { color: rgb(109,3,86); }
H1.HeaderClassName
{
color: #6D0356;
}
.AnyTagClassName
{
color: #6D0356;
}
</style>
background-color css
<style>
a { background-color: #6D0356; }
a { background-color: rgb(109,3,86); }
div.DivClassName
{
background-color: #6D0356;
}
.BgClassName
{
background-color: #6D0356;
}
</style>
border-color css
<style>
span { border-color: #6D0356; }
span { border-color: rgb(109,3,86); }
td.TdClassName
{
border-color: #6D0356;
}
.TagClassName
{
border-color: #6D0356;
}
</style>