Shades of Tyrian Purple #6C0B40
Tints of Tyrian Purple #6C0B40
RGB
CMYK
RGB Variations
Color information
#6C0B40 (or 0x6C0B40) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 40. RGB value is (108,11,64). Sum of RGB (Red+Green+Blue) = 108+11+64=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B40 is #93F4BF. Grayscale: #2D2D2D. Windows color (decimal): -9696448 or 4197228. OLE color: 4197228.
HSL color Cylindrical-coordinate representation of color #6C0B40: hue angle of 327.22º 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 #6C0B40 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 64 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.58 |
| HSL | 327.22º | 0.82% | 0.23% | - |
| HSV(B) | 327.22º | 0.9% | 0.42% | - |
| XYZ | 7.23 | 3.8 | 5.2 | - |
| YUV | 46.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 64 | 0 | 0.90 | 0.41 | 0.58 | 327.22 | 0.82 | 0.23 |
| Hex | 6C | B | 40 | 0 | 5A | 29 | 3A | 147 | 52 | 17 |
| Octal | 154 | 13 | 100 | 0 | 132 | 51 | 72 | 507 | 122 | 27 |
| Binary | 1101100 | 1011 | 1000000 | 0 | 1011010 | 101001 | 111010 | 101000111 | 1010010 | 10111 |
Color Harmonies of #6C0B40
Complementary color
Monochromatic Colors of #6C0B40
Black with #6C0B40
Text Example
Text Example
White with #6C0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B40; }
p { color: rgb(108,11,64); }
H1.HeaderClassName
{
color: #6C0B40;
}
.AnyTagClassName
{
color: #6C0B40;
}
</style>
background-color css
<style>
a { background-color: #6C0B40; }
a { background-color: rgb(108,11,64); }
div.DivClassName
{
background-color: #6C0B40;
}
.BgClassName
{
background-color: #6C0B40;
}
</style>
border-color css
<style>
span { border-color: #6C0B40; }
span { border-color: rgb(108,11,64); }
td.TdClassName
{
border-color: #6C0B40;
}
.TagClassName
{
border-color: #6C0B40;
}
</style>