Shades of Tyrian Purple #6C014E
Tints of Tyrian Purple #6C014E
RGB
CMYK
RGB Variations
Color information
#6C014E (or 0x6C014E) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 4E. RGB value is (108,1,78). Sum of RGB (Red+Green+Blue) = 108+1+78=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C014E is #93FEB1. Grayscale: #292929. Windows color (decimal): -9698994 or 5112172. OLE color: 5112172.
HSL color Cylindrical-coordinate representation of color #6C014E: hue angle of 316.82º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C014E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.58 |
| HSL | 316.82º | 0.98% | 0.21% | - |
| HSV(B) | 316.82º | 0.99% | 0.42% | - |
| XYZ | 7.57 | 3.76 | 7.53 | - |
| YUV | 41.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 78 | 0 | 0.99 | 0.28 | 0.58 | 316.82 | 0.98 | 0.21 |
| Hex | 6C | 1 | 4E | 0 | 63 | 1C | 3A | 13D | 62 | 15 |
| Octal | 154 | 1 | 116 | 0 | 143 | 34 | 72 | 475 | 142 | 25 |
| Binary | 1101100 | 1 | 1001110 | 0 | 1100011 | 11100 | 111010 | 100111101 | 1100010 | 10101 |
Color Harmonies of #6C014E
Complementary color
Monochromatic Colors of #6C014E
Black with #6C014E
Text Example
Text Example
White with #6C014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C014E; }
p { color: rgb(108,1,78); }
H1.HeaderClassName
{
color: #6C014E;
}
.AnyTagClassName
{
color: #6C014E;
}
</style>
background-color css
<style>
a { background-color: #6C014E; }
a { background-color: rgb(108,1,78); }
div.DivClassName
{
background-color: #6C014E;
}
.BgClassName
{
background-color: #6C014E;
}
</style>
border-color css
<style>
span { border-color: #6C014E; }
span { border-color: rgb(108,1,78); }
td.TdClassName
{
border-color: #6C014E;
}
.TagClassName
{
border-color: #6C014E;
}
</style>