Shades of Tyrian Purple #6E0139
Tints of Tyrian Purple #6E0139
RGB
CMYK
RGB Variations
Color information
#6E0139 (or 0x6E0139) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 39. RGB value is (110,1,57). Sum of RGB (Red+Green+Blue) = 110+1+57=168 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.48% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0139 is #91FEC6. Grayscale: #272727. Windows color (decimal): -9567943 or 3735918. OLE color: 3735918.
HSL color Cylindrical-coordinate representation of color #6E0139: hue angle of 329.17º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0139 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.57 |
| HSL | 329.17º | 0.98% | 0.22% | - |
| HSV(B) | 329.17º | 0.99% | 0.43% | - |
| XYZ | 7.18 | 3.63 | 4.19 | - |
| YUV | 39.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 57 | 0 | 0.99 | 0.48 | 0.57 | 329.17 | 0.98 | 0.22 |
| Hex | 6E | 1 | 39 | 0 | 63 | 30 | 39 | 149 | 62 | 16 |
| Octal | 156 | 1 | 71 | 0 | 143 | 60 | 71 | 511 | 142 | 26 |
| Binary | 1101110 | 1 | 111001 | 0 | 1100011 | 110000 | 111001 | 101001001 | 1100010 | 10110 |
Color Harmonies of #6E0139
Complementary color
Monochromatic Colors of #6E0139
Black with #6E0139
Text Example
Text Example
White with #6E0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0139; }
p { color: rgb(110,1,57); }
H1.HeaderClassName
{
color: #6E0139;
}
.AnyTagClassName
{
color: #6E0139;
}
</style>
background-color css
<style>
a { background-color: #6E0139; }
a { background-color: rgb(110,1,57); }
div.DivClassName
{
background-color: #6E0139;
}
.BgClassName
{
background-color: #6E0139;
}
</style>
border-color css
<style>
span { border-color: #6E0139; }
span { border-color: rgb(110,1,57); }
td.TdClassName
{
border-color: #6E0139;
}
.TagClassName
{
border-color: #6E0139;
}
</style>