Shades of Tyrian Purple #6C072C
Tints of Tyrian Purple #6C072C
RGB
CMYK
RGB Variations
Color information
#6C072C (or 0x6C072C) is known color: Tyrian Purple. HEX triplet: 6C, 07 and 2C. RGB value is (108,7,44). Sum of RGB (Red+Green+Blue) = 108+7+44=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C072C is #93F8D3. Grayscale: #292929. Windows color (decimal): -9697492 or 2885484. OLE color: 2885484.
HSL color Cylindrical-coordinate representation of color #6C072C: hue angle of 338.02º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C072C is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 7 | 44 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.58 |
| HSL | 338.02º | 0.88% | 0.23% | - |
| HSV(B) | 338.02º | 0.94% | 0.42% | - |
| XYZ | 6.71 | 3.52 | 2.71 | - |
| YUV | 41.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 44 | 0 | 0.94 | 0.59 | 0.58 | 338.02 | 0.88 | 0.23 |
| Hex | 6C | 7 | 2C | 0 | 5E | 3B | 3A | 152 | 58 | 17 |
| Octal | 154 | 7 | 54 | 0 | 136 | 73 | 72 | 522 | 130 | 27 |
| Binary | 1101100 | 111 | 101100 | 0 | 1011110 | 111011 | 111010 | 101010010 | 1011000 | 10111 |
Color Harmonies of #6C072C
Complementary color
Monochromatic Colors of #6C072C
Black with #6C072C
Text Example
Text Example
White with #6C072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C072C; }
p { color: rgb(108,7,44); }
H1.HeaderClassName
{
color: #6C072C;
}
.AnyTagClassName
{
color: #6C072C;
}
</style>
background-color css
<style>
a { background-color: #6C072C; }
a { background-color: rgb(108,7,44); }
div.DivClassName
{
background-color: #6C072C;
}
.BgClassName
{
background-color: #6C072C;
}
</style>
border-color css
<style>
span { border-color: #6C072C; }
span { border-color: rgb(108,7,44); }
td.TdClassName
{
border-color: #6C072C;
}
.TagClassName
{
border-color: #6C072C;
}
</style>