Shades of Tyrian Purple #6D0655
Tints of Tyrian Purple #6D0655
RGB
CMYK
RGB Variations
Color information
#6D0655 (or 0x6D0655) is known color: Tyrian Purple. HEX triplet: 6D, 06 and 55. RGB value is (109,6,85). Sum of RGB (Red+Green+Blue) = 109+6+85=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0655 is #92F9AA. Grayscale: #2D2D2D. Windows color (decimal): -9632171 or 5572205. OLE color: 5572205.
HSL color Cylindrical-coordinate representation of color #6D0655: hue angle of 313.98º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0655 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 85 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.57 |
| HSL | 313.98º | 0.9% | 0.23% | - |
| HSV(B) | 313.98º | 0.94% | 0.43% | - |
| XYZ | 8.01 | 4.04 | 8.95 | - |
| YUV | 45.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 85 | 0 | 0.94 | 0.22 | 0.57 | 313.98 | 0.9 | 0.23 |
| Hex | 6D | 6 | 55 | 0 | 5E | 16 | 39 | 13A | 5A | 17 |
| Octal | 155 | 6 | 125 | 0 | 136 | 26 | 71 | 472 | 132 | 27 |
| Binary | 1101101 | 110 | 1010101 | 0 | 1011110 | 10110 | 111001 | 100111010 | 1011010 | 10111 |
Color Harmonies of #6D0655
Complementary color
Monochromatic Colors of #6D0655
Black with #6D0655
Text Example
Text Example
White with #6D0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0655; }
p { color: rgb(109,6,85); }
H1.HeaderClassName
{
color: #6D0655;
}
.AnyTagClassName
{
color: #6D0655;
}
</style>
background-color css
<style>
a { background-color: #6D0655; }
a { background-color: rgb(109,6,85); }
div.DivClassName
{
background-color: #6D0655;
}
.BgClassName
{
background-color: #6D0655;
}
</style>
border-color css
<style>
span { border-color: #6D0655; }
span { border-color: rgb(109,6,85); }
td.TdClassName
{
border-color: #6D0655;
}
.TagClassName
{
border-color: #6D0655;
}
</style>