Shades of Tyrian Purple #6C0931
Tints of Tyrian Purple #6C0931
RGB
CMYK
RGB Variations
Color information
#6C0931 (or 0x6C0931) is known color: Tyrian Purple. HEX triplet: 6C, 09 and 31. RGB value is (108,9,49). Sum of RGB (Red+Green+Blue) = 108+9+49=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0931 is #93F6CE. Grayscale: #2B2B2B. Windows color (decimal): -9696975 or 3213676. OLE color: 3213676.
HSL color Cylindrical-coordinate representation of color #6C0931: hue angle of 335.76º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0931 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 9 | 49 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.58 |
| HSL | 335.76º | 0.85% | 0.23% | - |
| HSV(B) | 335.76º | 0.92% | 0.42% | - |
| XYZ | 6.84 | 3.61 | 3.24 | - |
| YUV | 43.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 9 | 49 | 0 | 0.92 | 0.55 | 0.58 | 335.76 | 0.85 | 0.23 |
| Hex | 6C | 9 | 31 | 0 | 5C | 37 | 3A | 150 | 55 | 17 |
| Octal | 154 | 11 | 61 | 0 | 134 | 67 | 72 | 520 | 125 | 27 |
| Binary | 1101100 | 1001 | 110001 | 0 | 1011100 | 110111 | 111010 | 101010000 | 1010101 | 10111 |
Color Harmonies of #6C0931
Complementary color
Monochromatic Colors of #6C0931
Black with #6C0931
Text Example
Text Example
White with #6C0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0931; }
p { color: rgb(108,9,49); }
H1.HeaderClassName
{
color: #6C0931;
}
.AnyTagClassName
{
color: #6C0931;
}
</style>
background-color css
<style>
a { background-color: #6C0931; }
a { background-color: rgb(108,9,49); }
div.DivClassName
{
background-color: #6C0931;
}
.BgClassName
{
background-color: #6C0931;
}
</style>
border-color css
<style>
span { border-color: #6C0931; }
span { border-color: rgb(108,9,49); }
td.TdClassName
{
border-color: #6C0931;
}
.TagClassName
{
border-color: #6C0931;
}
</style>