Shades of Tyrian Purple #6E0155
Tints of Tyrian Purple #6E0155
RGB
CMYK
RGB Variations
Color information
#6E0155 (or 0x6E0155) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 55. RGB value is (110,1,85). Sum of RGB (Red+Green+Blue) = 110+1+85=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0155 is #91FEAA. Grayscale: #2A2A2A. Windows color (decimal): -9567915 or 5570926. OLE color: 5570926.
HSL color Cylindrical-coordinate representation of color #6E0155: hue angle of 313.76º 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 #6E0155 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.57 |
| HSL | 313.76º | 0.98% | 0.22% | - |
| HSV(B) | 313.76º | 0.99% | 0.43% | - |
| XYZ | 8.08 | 3.99 | 8.94 | - |
| YUV | 43.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 85 | 0 | 0.99 | 0.23 | 0.57 | 313.76 | 0.98 | 0.22 |
| Hex | 6E | 1 | 55 | 0 | 63 | 17 | 39 | 13A | 62 | 16 |
| Octal | 156 | 1 | 125 | 0 | 143 | 27 | 71 | 472 | 142 | 26 |
| Binary | 1101110 | 1 | 1010101 | 0 | 1100011 | 10111 | 111001 | 100111010 | 1100010 | 10110 |
Color Harmonies of #6E0155
Complementary color
Monochromatic Colors of #6E0155
Black with #6E0155
Text Example
Text Example
White with #6E0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0155; }
p { color: rgb(110,1,85); }
H1.HeaderClassName
{
color: #6E0155;
}
.AnyTagClassName
{
color: #6E0155;
}
</style>
background-color css
<style>
a { background-color: #6E0155; }
a { background-color: rgb(110,1,85); }
div.DivClassName
{
background-color: #6E0155;
}
.BgClassName
{
background-color: #6E0155;
}
</style>
border-color css
<style>
span { border-color: #6E0155; }
span { border-color: rgb(110,1,85); }
td.TdClassName
{
border-color: #6E0155;
}
.TagClassName
{
border-color: #6E0155;
}
</style>