Shades of Tyrian Purple #6C0E53
Tints of Tyrian Purple #6C0E53
RGB
CMYK
RGB Variations
Color information
#6C0E53 (or 0x6C0E53) is known color: Tyrian Purple. HEX triplet: 6C, 0E and 53. RGB value is (108,14,83). Sum of RGB (Red+Green+Blue) = 108+14+83=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E53 is #93F1AC. Grayscale: #313131. Windows color (decimal): -9695661 or 5443180. OLE color: 5443180.
HSL color Cylindrical-coordinate representation of color #6C0E53: hue angle of 315.96º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E53 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 14 | 83 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.58 |
| HSL | 315.96º | 0.77% | 0.24% | - |
| HSV(B) | 315.96º | 0.87% | 0.42% | - |
| XYZ | 7.9 | 4.13 | 8.56 | - |
| YUV | 49.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 83 | 0 | 0.87 | 0.23 | 0.58 | 315.96 | 0.77 | 0.24 |
| Hex | 6C | E | 53 | 0 | 57 | 17 | 3A | 13C | 4D | 18 |
| Octal | 154 | 16 | 123 | 0 | 127 | 27 | 72 | 474 | 115 | 30 |
| Binary | 1101100 | 1110 | 1010011 | 0 | 1010111 | 10111 | 111010 | 100111100 | 1001101 | 11000 |
Color Harmonies of #6C0E53
Complementary color
Monochromatic Colors of #6C0E53
Black with #6C0E53
Text Example
Text Example
White with #6C0E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0E53; }
p { color: rgb(108,14,83); }
H1.HeaderClassName
{
color: #6C0E53;
}
.AnyTagClassName
{
color: #6C0E53;
}
</style>
background-color css
<style>
a { background-color: #6C0E53; }
a { background-color: rgb(108,14,83); }
div.DivClassName
{
background-color: #6C0E53;
}
.BgClassName
{
background-color: #6C0E53;
}
</style>
border-color css
<style>
span { border-color: #6C0E53; }
span { border-color: rgb(108,14,83); }
td.TdClassName
{
border-color: #6C0E53;
}
.TagClassName
{
border-color: #6C0E53;
}
</style>