Shades of Tyrian Purple #6D0840
Tints of Tyrian Purple #6D0840
RGB
CMYK
RGB Variations
Color information
#6D0840 (or 0x6D0840) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 40. RGB value is (109,8,64). Sum of RGB (Red+Green+Blue) = 109+8+64=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0840 is #92F7BF. Grayscale: #2C2C2C. Windows color (decimal): -9631680 or 4196461. OLE color: 4196461.
HSL color Cylindrical-coordinate representation of color #6D0840: hue angle of 326.73º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0840 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 64 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.57 |
| HSL | 326.73º | 0.86% | 0.23% | - |
| HSV(B) | 326.73º | 0.93% | 0.43% | - |
| XYZ | 7.32 | 3.8 | 5.2 | - |
| YUV | 44.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 64 | 0 | 0.93 | 0.41 | 0.57 | 326.73 | 0.86 | 0.23 |
| Hex | 6D | 8 | 40 | 0 | 5D | 29 | 39 | 147 | 56 | 17 |
| Octal | 155 | 10 | 100 | 0 | 135 | 51 | 71 | 507 | 126 | 27 |
| Binary | 1101101 | 1000 | 1000000 | 0 | 1011101 | 101001 | 111001 | 101000111 | 1010110 | 10111 |
Color Harmonies of #6D0840
Complementary color
Monochromatic Colors of #6D0840
Black with #6D0840
Text Example
Text Example
White with #6D0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0840; }
p { color: rgb(109,8,64); }
H1.HeaderClassName
{
color: #6D0840;
}
.AnyTagClassName
{
color: #6D0840;
}
</style>
background-color css
<style>
a { background-color: #6D0840; }
a { background-color: rgb(109,8,64); }
div.DivClassName
{
background-color: #6D0840;
}
.BgClassName
{
background-color: #6D0840;
}
</style>
border-color css
<style>
span { border-color: #6D0840; }
span { border-color: rgb(109,8,64); }
td.TdClassName
{
border-color: #6D0840;
}
.TagClassName
{
border-color: #6D0840;
}
</style>