Shades of Tyrian Purple #6C0249
Tints of Tyrian Purple #6C0249
RGB
CMYK
RGB Variations
Color information
#6C0249 (or 0x6C0249) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 49. RGB value is (108,2,73). Sum of RGB (Red+Green+Blue) = 108+2+73=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0249 is #93FDB6. Grayscale: #292929. Windows color (decimal): -9698743 or 4784748. OLE color: 4784748.
HSL color Cylindrical-coordinate representation of color #6C0249: hue angle of 319.81º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0249 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.58 |
| HSL | 319.81º | 0.96% | 0.22% | - |
| HSV(B) | 319.81º | 0.98% | 0.42% | - |
| XYZ | 7.41 | 3.71 | 6.63 | - |
| YUV | 41.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 73 | 0 | 0.98 | 0.32 | 0.58 | 319.81 | 0.96 | 0.22 |
| Hex | 6C | 2 | 49 | 0 | 62 | 20 | 3A | 140 | 60 | 16 |
| Octal | 154 | 2 | 111 | 0 | 142 | 40 | 72 | 500 | 140 | 26 |
| Binary | 1101100 | 10 | 1001001 | 0 | 1100010 | 100000 | 111010 | 101000000 | 1100000 | 10110 |
Color Harmonies of #6C0249
Complementary color
Monochromatic Colors of #6C0249
Black with #6C0249
Text Example
Text Example
White with #6C0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0249; }
p { color: rgb(108,2,73); }
H1.HeaderClassName
{
color: #6C0249;
}
.AnyTagClassName
{
color: #6C0249;
}
</style>
background-color css
<style>
a { background-color: #6C0249; }
a { background-color: rgb(108,2,73); }
div.DivClassName
{
background-color: #6C0249;
}
.BgClassName
{
background-color: #6C0249;
}
</style>
border-color css
<style>
span { border-color: #6C0249; }
span { border-color: rgb(108,2,73); }
td.TdClassName
{
border-color: #6C0249;
}
.TagClassName
{
border-color: #6C0249;
}
</style>