Shades of Tyrian Purple #6C0B31
Tints of Tyrian Purple #6C0B31
RGB
CMYK
RGB Variations
Color information
#6C0B31 (or 0x6C0B31) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 31. RGB value is (108,11,49). Sum of RGB (Red+Green+Blue) = 108+11+49=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B31 is #93F4CE. Grayscale: #2C2C2C. Windows color (decimal): -9696463 or 3214188. OLE color: 3214188.
HSL color Cylindrical-coordinate representation of color #6C0B31: hue angle of 336.49º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B31 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 49 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.58 |
| HSL | 336.49º | 0.82% | 0.23% | - |
| HSV(B) | 336.49º | 0.9% | 0.42% | - |
| XYZ | 6.86 | 3.65 | 3.25 | - |
| YUV | 44.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 49 | 0 | 0.90 | 0.55 | 0.58 | 336.49 | 0.82 | 0.23 |
| Hex | 6C | B | 31 | 0 | 5A | 37 | 3A | 150 | 52 | 17 |
| Octal | 154 | 13 | 61 | 0 | 132 | 67 | 72 | 520 | 122 | 27 |
| Binary | 1101100 | 1011 | 110001 | 0 | 1011010 | 110111 | 111010 | 101010000 | 1010010 | 10111 |
Color Harmonies of #6C0B31
Complementary color
Monochromatic Colors of #6C0B31
Black with #6C0B31
Text Example
Text Example
White with #6C0B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B31; }
p { color: rgb(108,11,49); }
H1.HeaderClassName
{
color: #6C0B31;
}
.AnyTagClassName
{
color: #6C0B31;
}
</style>
background-color css
<style>
a { background-color: #6C0B31; }
a { background-color: rgb(108,11,49); }
div.DivClassName
{
background-color: #6C0B31;
}
.BgClassName
{
background-color: #6C0B31;
}
</style>
border-color css
<style>
span { border-color: #6C0B31; }
span { border-color: rgb(108,11,49); }
td.TdClassName
{
border-color: #6C0B31;
}
.TagClassName
{
border-color: #6C0B31;
}
</style>