Shades of Tyrian Purple #6E0440
Tints of Tyrian Purple #6E0440
RGB
CMYK
RGB Variations
Color information
#6E0440 (or 0x6E0440) is known color: Tyrian Purple. HEX triplet: 6E, 04 and 40. RGB value is (110,4,64). Sum of RGB (Red+Green+Blue) = 110+4+64=178 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.80% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0440 is #91FBBF. Grayscale: #2A2A2A. Windows color (decimal): -9567168 or 4195438. OLE color: 4195438.
HSL color Cylindrical-coordinate representation of color #6E0440: hue angle of 326.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0440 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 64 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.57 |
| HSL | 326.04º | 0.93% | 0.22% | - |
| HSV(B) | 326.04º | 0.96% | 0.43% | - |
| XYZ | 7.4 | 3.77 | 5.19 | - |
| YUV | 42.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 64 | 0 | 0.96 | 0.42 | 0.57 | 326.04 | 0.93 | 0.22 |
| Hex | 6E | 4 | 40 | 0 | 60 | 2A | 39 | 146 | 5D | 16 |
| Octal | 156 | 4 | 100 | 0 | 140 | 52 | 71 | 506 | 135 | 26 |
| Binary | 1101110 | 100 | 1000000 | 0 | 1100000 | 101010 | 111001 | 101000110 | 1011101 | 10110 |
Color Harmonies of #6E0440
Complementary color
Monochromatic Colors of #6E0440
Black with #6E0440
Text Example
Text Example
White with #6E0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0440; }
p { color: rgb(110,4,64); }
H1.HeaderClassName
{
color: #6E0440;
}
.AnyTagClassName
{
color: #6E0440;
}
</style>
background-color css
<style>
a { background-color: #6E0440; }
a { background-color: rgb(110,4,64); }
div.DivClassName
{
background-color: #6E0440;
}
.BgClassName
{
background-color: #6E0440;
}
</style>
border-color css
<style>
span { border-color: #6E0440; }
span { border-color: rgb(110,4,64); }
td.TdClassName
{
border-color: #6E0440;
}
.TagClassName
{
border-color: #6E0440;
}
</style>