Shades of Tyrian Purple #6C0053
Tints of Tyrian Purple #6C0053
RGB
CMYK
RGB Variations
Color information
#6C0053 (or 0x6C0053) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 53. RGB value is (108,0,83). Sum of RGB (Red+Green+Blue) = 108+0+83=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0053 is #93FFAC. Grayscale: #292929. Windows color (decimal): -9699245 or 5439596. OLE color: 5439596.
HSL color Cylindrical-coordinate representation of color #6C0053: hue angle of 313.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0053 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.23 | 0.58 |
| HSL | 313.89º | 1% | 0.21% | - |
| HSV(B) | 313.89º | 1% | 0.42% | - |
| XYZ | 7.75 | 3.81 | 8.51 | - |
| YUV | 41.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 83 | 0 | 1 | 0.23 | 0.58 | 313.89 | 1 | 0.21 |
| Hex | 6C | 0 | 53 | 0 | 64 | 17 | 3A | 13A | 64 | 15 |
| Octal | 154 | 0 | 123 | 0 | 144 | 27 | 72 | 472 | 144 | 25 |
| Binary | 1101100 | 0 | 1010011 | 0 | 1100100 | 10111 | 111010 | 100111010 | 1100100 | 10101 |
Color Harmonies of #6C0053
Complementary color
Monochromatic Colors of #6C0053
Black with #6C0053
Text Example
Text Example
White with #6C0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0053; }
p { color: rgb(108,0,83); }
H1.HeaderClassName
{
color: #6C0053;
}
.AnyTagClassName
{
color: #6C0053;
}
</style>
background-color css
<style>
a { background-color: #6C0053; }
a { background-color: rgb(108,0,83); }
div.DivClassName
{
background-color: #6C0053;
}
.BgClassName
{
background-color: #6C0053;
}
</style>
border-color css
<style>
span { border-color: #6C0053; }
span { border-color: rgb(108,0,83); }
td.TdClassName
{
border-color: #6C0053;
}
.TagClassName
{
border-color: #6C0053;
}
</style>