Shades of Tyrian Purple #6D0831
Tints of Tyrian Purple #6D0831
RGB
CMYK
RGB Variations
Color information
#6D0831 (or 0x6D0831) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 31. RGB value is (109,8,49). Sum of RGB (Red+Green+Blue) = 109+8+49=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0831 is #92F7CE. Grayscale: #2A2A2A. Windows color (decimal): -9631695 or 3213421. OLE color: 3213421.
HSL color Cylindrical-coordinate representation of color #6D0831: hue angle of 335.64º 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 #6D0831 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 49 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.57 |
| HSL | 335.64º | 0.86% | 0.23% | - |
| HSV(B) | 335.64º | 0.93% | 0.43% | - |
| XYZ | 6.95 | 3.65 | 3.24 | - |
| YUV | 42.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 49 | 0 | 0.93 | 0.55 | 0.57 | 335.64 | 0.86 | 0.23 |
| Hex | 6D | 8 | 31 | 0 | 5D | 37 | 39 | 150 | 56 | 17 |
| Octal | 155 | 10 | 61 | 0 | 135 | 67 | 71 | 520 | 126 | 27 |
| Binary | 1101101 | 1000 | 110001 | 0 | 1011101 | 110111 | 111001 | 101010000 | 1010110 | 10111 |
Color Harmonies of #6D0831
Complementary color
Monochromatic Colors of #6D0831
Black with #6D0831
Text Example
Text Example
White with #6D0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0831; }
p { color: rgb(109,8,49); }
H1.HeaderClassName
{
color: #6D0831;
}
.AnyTagClassName
{
color: #6D0831;
}
</style>
background-color css
<style>
a { background-color: #6D0831; }
a { background-color: rgb(109,8,49); }
div.DivClassName
{
background-color: #6D0831;
}
.BgClassName
{
background-color: #6D0831;
}
</style>
border-color css
<style>
span { border-color: #6D0831; }
span { border-color: rgb(109,8,49); }
td.TdClassName
{
border-color: #6D0831;
}
.TagClassName
{
border-color: #6D0831;
}
</style>