Shades of Tyrian Purple #6D0837
Tints of Tyrian Purple #6D0837
RGB
CMYK
RGB Variations
Color information
#6D0837 (or 0x6D0837) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 37. RGB value is (109,8,55). Sum of RGB (Red+Green+Blue) = 109+8+55=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0837 is #92F7C8. Grayscale: #2B2B2B. Windows color (decimal): -9631689 or 3606637. OLE color: 3606637.
HSL color Cylindrical-coordinate representation of color #6D0837: hue angle of 332.08º 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 #6D0837 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 55 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.57 |
| HSL | 332.08º | 0.86% | 0.23% | - |
| HSV(B) | 332.08º | 0.93% | 0.43% | - |
| XYZ | 7.08 | 3.7 | 3.96 | - |
| YUV | 43.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 55 | 0 | 0.93 | 0.50 | 0.57 | 332.08 | 0.86 | 0.23 |
| Hex | 6D | 8 | 37 | 0 | 5D | 32 | 39 | 14C | 56 | 17 |
| Octal | 155 | 10 | 67 | 0 | 135 | 62 | 71 | 514 | 126 | 27 |
| Binary | 1101101 | 1000 | 110111 | 0 | 1011101 | 110010 | 111001 | 101001100 | 1010110 | 10111 |
Color Harmonies of #6D0837
Complementary color
Monochromatic Colors of #6D0837
Black with #6D0837
Text Example
Text Example
White with #6D0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0837; }
p { color: rgb(109,8,55); }
H1.HeaderClassName
{
color: #6D0837;
}
.AnyTagClassName
{
color: #6D0837;
}
</style>
background-color css
<style>
a { background-color: #6D0837; }
a { background-color: rgb(109,8,55); }
div.DivClassName
{
background-color: #6D0837;
}
.BgClassName
{
background-color: #6D0837;
}
</style>
border-color css
<style>
span { border-color: #6D0837; }
span { border-color: rgb(109,8,55); }
td.TdClassName
{
border-color: #6D0837;
}
.TagClassName
{
border-color: #6D0837;
}
</style>