Shades of Tyrian Purple #6C0856
Tints of Tyrian Purple #6C0856
RGB
CMYK
RGB Variations
Color information
#6C0856 (or 0x6C0856) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 56. RGB value is (108,8,86). Sum of RGB (Red+Green+Blue) = 108+8+86=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0856 is #93F7A9. Grayscale: #2E2E2E. Windows color (decimal): -9697194 or 5638252. OLE color: 5638252.
HSL color Cylindrical-coordinate representation of color #6C0856: hue angle of 313.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0856 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 8 | 86 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.58 |
| HSL | 313.2º | 0.86% | 0.23% | - |
| HSV(B) | 313.2º | 0.93% | 0.42% | - |
| XYZ | 7.95 | 4.03 | 9.16 | - |
| YUV | 46.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 86 | 0 | 0.93 | 0.20 | 0.58 | 313.2 | 0.86 | 0.23 |
| Hex | 6C | 8 | 56 | 0 | 5D | 14 | 3A | 139 | 56 | 17 |
| Octal | 154 | 10 | 126 | 0 | 135 | 24 | 72 | 471 | 126 | 27 |
| Binary | 1101100 | 1000 | 1010110 | 0 | 1011101 | 10100 | 111010 | 100111001 | 1010110 | 10111 |
Color Harmonies of #6C0856
Complementary color
Monochromatic Colors of #6C0856
Black with #6C0856
Text Example
Text Example
White with #6C0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0856; }
p { color: rgb(108,8,86); }
H1.HeaderClassName
{
color: #6C0856;
}
.AnyTagClassName
{
color: #6C0856;
}
</style>
background-color css
<style>
a { background-color: #6C0856; }
a { background-color: rgb(108,8,86); }
div.DivClassName
{
background-color: #6C0856;
}
.BgClassName
{
background-color: #6C0856;
}
</style>
border-color css
<style>
span { border-color: #6C0856; }
span { border-color: rgb(108,8,86); }
td.TdClassName
{
border-color: #6C0856;
}
.TagClassName
{
border-color: #6C0856;
}
</style>