Shades of Tyrian Purple #6C063B
Tints of Tyrian Purple #6C063B
RGB
CMYK
RGB Variations
Color information
#6C063B (or 0x6C063B) is known color: Tyrian Purple. HEX triplet: 6C, 06 and 3B. RGB value is (108,6,59). Sum of RGB (Red+Green+Blue) = 108+6+59=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C063B is #93F9C4. Grayscale: #2A2A2A. Windows color (decimal): -9697733 or 3868268. OLE color: 3868268.
HSL color Cylindrical-coordinate representation of color #6C063B: hue angle of 328.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C063B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 6 | 59 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.58 |
| HSL | 328.82º | 0.89% | 0.22% | - |
| HSV(B) | 328.82º | 0.94% | 0.42% | - |
| XYZ | 7.04 | 3.63 | 4.47 | - |
| YUV | 42.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 59 | 0 | 0.94 | 0.45 | 0.58 | 328.82 | 0.89 | 0.22 |
| Hex | 6C | 6 | 3B | 0 | 5E | 2D | 3A | 149 | 59 | 16 |
| Octal | 154 | 6 | 73 | 0 | 136 | 55 | 72 | 511 | 131 | 26 |
| Binary | 1101100 | 110 | 111011 | 0 | 1011110 | 101101 | 111010 | 101001001 | 1011001 | 10110 |
Color Harmonies of #6C063B
Complementary color
Monochromatic Colors of #6C063B
Black with #6C063B
Text Example
Text Example
White with #6C063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C063B; }
p { color: rgb(108,6,59); }
H1.HeaderClassName
{
color: #6C063B;
}
.AnyTagClassName
{
color: #6C063B;
}
</style>
background-color css
<style>
a { background-color: #6C063B; }
a { background-color: rgb(108,6,59); }
div.DivClassName
{
background-color: #6C063B;
}
.BgClassName
{
background-color: #6C063B;
}
</style>
border-color css
<style>
span { border-color: #6C063B; }
span { border-color: rgb(108,6,59); }
td.TdClassName
{
border-color: #6C063B;
}
.TagClassName
{
border-color: #6C063B;
}
</style>