Shades of Tyrian Purple #6C0B34
Tints of Tyrian Purple #6C0B34
RGB
CMYK
RGB Variations
Color information
#6C0B34 (or 0x6C0B34) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 34. RGB value is (108,11,52). Sum of RGB (Red+Green+Blue) = 108+11+52=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B34 is #93F4CB. Grayscale: #2C2C2C. Windows color (decimal): -9696460 or 3410796. OLE color: 3410796.
HSL color Cylindrical-coordinate representation of color #6C0B34: hue angle of 334.64º 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 #6C0B34 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 52 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.58 |
| HSL | 334.64º | 0.82% | 0.23% | - |
| HSV(B) | 334.64º | 0.9% | 0.42% | - |
| XYZ | 6.92 | 3.68 | 3.59 | - |
| YUV | 44.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 52 | 0 | 0.90 | 0.52 | 0.58 | 334.64 | 0.82 | 0.23 |
| Hex | 6C | B | 34 | 0 | 5A | 34 | 3A | 14F | 52 | 17 |
| Octal | 154 | 13 | 64 | 0 | 132 | 64 | 72 | 517 | 122 | 27 |
| Binary | 1101100 | 1011 | 110100 | 0 | 1011010 | 110100 | 111010 | 101001111 | 1010010 | 10111 |
Color Harmonies of #6C0B34
Complementary color
Monochromatic Colors of #6C0B34
Black with #6C0B34
Text Example
Text Example
White with #6C0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B34; }
p { color: rgb(108,11,52); }
H1.HeaderClassName
{
color: #6C0B34;
}
.AnyTagClassName
{
color: #6C0B34;
}
</style>
background-color css
<style>
a { background-color: #6C0B34; }
a { background-color: rgb(108,11,52); }
div.DivClassName
{
background-color: #6C0B34;
}
.BgClassName
{
background-color: #6C0B34;
}
</style>
border-color css
<style>
span { border-color: #6C0B34; }
span { border-color: rgb(108,11,52); }
td.TdClassName
{
border-color: #6C0B34;
}
.TagClassName
{
border-color: #6C0B34;
}
</style>