Shades of Tyrian Purple #6E013A
Tints of Tyrian Purple #6E013A
RGB
CMYK
RGB Variations
Color information
#6E013A (or 0x6E013A) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 3A. RGB value is (110,1,58). Sum of RGB (Red+Green+Blue) = 110+1+58=169 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.09% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 110 - color contains mainly: red. Hex color #6E013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E013A is #91FEC5. Grayscale: #272727. Windows color (decimal): -9567942 or 3801454. OLE color: 3801454.
HSL color Cylindrical-coordinate representation of color #6E013A: hue angle of 328.62º 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 #6E013A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.57 |
| HSL | 328.62º | 0.98% | 0.22% | - |
| HSV(B) | 328.62º | 0.99% | 0.43% | - |
| XYZ | 7.2 | 3.64 | 4.33 | - |
| YUV | 40.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 58 | 0 | 0.99 | 0.47 | 0.57 | 328.62 | 0.98 | 0.22 |
| Hex | 6E | 1 | 3A | 0 | 63 | 2F | 39 | 149 | 62 | 16 |
| Octal | 156 | 1 | 72 | 0 | 143 | 57 | 71 | 511 | 142 | 26 |
| Binary | 1101110 | 1 | 111010 | 0 | 1100011 | 101111 | 111001 | 101001001 | 1100010 | 10110 |
Color Harmonies of #6E013A
Complementary color
Monochromatic Colors of #6E013A
Black with #6E013A
Text Example
Text Example
White with #6E013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E013A; }
p { color: rgb(110,1,58); }
H1.HeaderClassName
{
color: #6E013A;
}
.AnyTagClassName
{
color: #6E013A;
}
</style>
background-color css
<style>
a { background-color: #6E013A; }
a { background-color: rgb(110,1,58); }
div.DivClassName
{
background-color: #6E013A;
}
.BgClassName
{
background-color: #6E013A;
}
</style>
border-color css
<style>
span { border-color: #6E013A; }
span { border-color: rgb(110,1,58); }
td.TdClassName
{
border-color: #6E013A;
}
.TagClassName
{
border-color: #6E013A;
}
</style>