Shades of Tyrian Purple #6E0137
Tints of Tyrian Purple #6E0137
RGB
CMYK
RGB Variations
Color information
#6E0137 (or 0x6E0137) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 37. RGB value is (110,1,55). Sum of RGB (Red+Green+Blue) = 110+1+55=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0137 is #91FEC8. Grayscale: #272727. Windows color (decimal): -9567945 or 3604846. OLE color: 3604846.
HSL color Cylindrical-coordinate representation of color #6E0137: hue angle of 330.28º 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 #6E0137 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.57 |
| HSL | 330.28º | 0.98% | 0.22% | - |
| HSV(B) | 330.28º | 0.99% | 0.43% | - |
| XYZ | 7.13 | 3.61 | 3.94 | - |
| YUV | 39.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 55 | 0 | 0.99 | 0.5 | 0.57 | 330.28 | 0.98 | 0.22 |
| Hex | 6E | 1 | 37 | 0 | 63 | 32 | 39 | 14A | 62 | 16 |
| Octal | 156 | 1 | 67 | 0 | 143 | 62 | 71 | 512 | 142 | 26 |
| Binary | 1101110 | 1 | 110111 | 0 | 1100011 | 110010 | 111001 | 101001010 | 1100010 | 10110 |
Color Harmonies of #6E0137
Complementary color
Monochromatic Colors of #6E0137
Black with #6E0137
Text Example
Text Example
White with #6E0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0137; }
p { color: rgb(110,1,55); }
H1.HeaderClassName
{
color: #6E0137;
}
.AnyTagClassName
{
color: #6E0137;
}
</style>
background-color css
<style>
a { background-color: #6E0137; }
a { background-color: rgb(110,1,55); }
div.DivClassName
{
background-color: #6E0137;
}
.BgClassName
{
background-color: #6E0137;
}
</style>
border-color css
<style>
span { border-color: #6E0137; }
span { border-color: rgb(110,1,55); }
td.TdClassName
{
border-color: #6E0137;
}
.TagClassName
{
border-color: #6E0137;
}
</style>