Shades of Tyrian Purple #6E0736
Tints of Tyrian Purple #6E0736
RGB
CMYK
RGB Variations
Color information
#6E0736 (or 0x6E0736) is known color: Tyrian Purple. HEX triplet: 6E, 07 and 36. RGB value is (110,7,54). Sum of RGB (Red+Green+Blue) = 110+7+54=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0736 is #91F8C9. Grayscale: #2B2B2B. Windows color (decimal): -9566410 or 3540846. OLE color: 3540846.
HSL color Cylindrical-coordinate representation of color #6E0736: hue angle of 332.62º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0736 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 7 | 54 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.57 |
| HSL | 332.62º | 0.88% | 0.23% | - |
| HSV(B) | 332.62º | 0.94% | 0.43% | - |
| XYZ | 7.17 | 3.73 | 3.83 | - |
| YUV | 43.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 54 | 0 | 0.94 | 0.51 | 0.57 | 332.62 | 0.88 | 0.23 |
| Hex | 6E | 7 | 36 | 0 | 5E | 33 | 39 | 14D | 58 | 17 |
| Octal | 156 | 7 | 66 | 0 | 136 | 63 | 71 | 515 | 130 | 27 |
| Binary | 1101110 | 111 | 110110 | 0 | 1011110 | 110011 | 111001 | 101001101 | 1011000 | 10111 |
Color Harmonies of #6E0736
Complementary color
Monochromatic Colors of #6E0736
Black with #6E0736
Text Example
Text Example
White with #6E0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0736; }
p { color: rgb(110,7,54); }
H1.HeaderClassName
{
color: #6E0736;
}
.AnyTagClassName
{
color: #6E0736;
}
</style>
background-color css
<style>
a { background-color: #6E0736; }
a { background-color: rgb(110,7,54); }
div.DivClassName
{
background-color: #6E0736;
}
.BgClassName
{
background-color: #6E0736;
}
</style>
border-color css
<style>
span { border-color: #6E0736; }
span { border-color: rgb(110,7,54); }
td.TdClassName
{
border-color: #6E0736;
}
.TagClassName
{
border-color: #6E0736;
}
</style>