Shades of Tyrian Purple #6C0B33
Tints of Tyrian Purple #6C0B33
RGB
CMYK
RGB Variations
Color information
#6C0B33 (or 0x6C0B33) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 33. RGB value is (108,11,51). Sum of RGB (Red+Green+Blue) = 108+11+51=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B33 is #93F4CC. Grayscale: #2C2C2C. Windows color (decimal): -9696461 or 3345260. OLE color: 3345260.
HSL color Cylindrical-coordinate representation of color #6C0B33: hue angle of 335.26º 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 #6C0B33 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 51 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.58 |
| HSL | 335.26º | 0.82% | 0.23% | - |
| HSV(B) | 335.26º | 0.9% | 0.42% | - |
| XYZ | 6.9 | 3.67 | 3.48 | - |
| YUV | 44.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 51 | 0 | 0.90 | 0.53 | 0.58 | 335.26 | 0.82 | 0.23 |
| Hex | 6C | B | 33 | 0 | 5A | 35 | 3A | 14F | 52 | 17 |
| Octal | 154 | 13 | 63 | 0 | 132 | 65 | 72 | 517 | 122 | 27 |
| Binary | 1101100 | 1011 | 110011 | 0 | 1011010 | 110101 | 111010 | 101001111 | 1010010 | 10111 |
Color Harmonies of #6C0B33
Complementary color
Monochromatic Colors of #6C0B33
Black with #6C0B33
Text Example
Text Example
White with #6C0B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B33; }
p { color: rgb(108,11,51); }
H1.HeaderClassName
{
color: #6C0B33;
}
.AnyTagClassName
{
color: #6C0B33;
}
</style>
background-color css
<style>
a { background-color: #6C0B33; }
a { background-color: rgb(108,11,51); }
div.DivClassName
{
background-color: #6C0B33;
}
.BgClassName
{
background-color: #6C0B33;
}
</style>
border-color css
<style>
span { border-color: #6C0B33; }
span { border-color: rgb(108,11,51); }
td.TdClassName
{
border-color: #6C0B33;
}
.TagClassName
{
border-color: #6C0B33;
}
</style>