Shades of Tyrian Purple #6E015C
Tints of Tyrian Purple #6E015C
RGB
CMYK
RGB Variations
Color information
#6E015C (or 0x6E015C) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 5C. RGB value is (110,1,92). Sum of RGB (Red+Green+Blue) = 110+1+92=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E015C is #91FEA3. Grayscale: #2B2B2B. Windows color (decimal): -9567908 or 6029678. OLE color: 6029678.
HSL color Cylindrical-coordinate representation of color #6E015C: hue angle of 309.91º 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 #6E015C is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.57 |
| HSL | 309.91º | 0.98% | 0.22% | - |
| HSV(B) | 309.91º | 0.99% | 0.43% | - |
| XYZ | 8.37 | 4.11 | 10.48 | - |
| YUV | 43.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 92 | 0 | 0.99 | 0.16 | 0.57 | 309.91 | 0.98 | 0.22 |
| Hex | 6E | 1 | 5C | 0 | 63 | 10 | 39 | 136 | 62 | 16 |
| Octal | 156 | 1 | 134 | 0 | 143 | 20 | 71 | 466 | 142 | 26 |
| Binary | 1101110 | 1 | 1011100 | 0 | 1100011 | 10000 | 111001 | 100110110 | 1100010 | 10110 |
Color Harmonies of #6E015C
Complementary color
Monochromatic Colors of #6E015C
Black with #6E015C
Text Example
Text Example
White with #6E015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E015C; }
p { color: rgb(110,1,92); }
H1.HeaderClassName
{
color: #6E015C;
}
.AnyTagClassName
{
color: #6E015C;
}
</style>
background-color css
<style>
a { background-color: #6E015C; }
a { background-color: rgb(110,1,92); }
div.DivClassName
{
background-color: #6E015C;
}
.BgClassName
{
background-color: #6E015C;
}
</style>
border-color css
<style>
span { border-color: #6E015C; }
span { border-color: rgb(110,1,92); }
td.TdClassName
{
border-color: #6E015C;
}
.TagClassName
{
border-color: #6E015C;
}
</style>