Shades of Tyrian Purple #6E044A
Tints of Tyrian Purple #6E044A
RGB
CMYK
RGB Variations
Color information
#6E044A (or 0x6E044A) is known color: Tyrian Purple. HEX triplet: 6E, 04 and 4A. RGB value is (110,4,74). Sum of RGB (Red+Green+Blue) = 110+4+74=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E044A is #91FBB5. Grayscale: #2B2B2B. Windows color (decimal): -9567158 or 4850798. OLE color: 4850798.
HSL color Cylindrical-coordinate representation of color #6E044A: hue angle of 320.38º 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 #6E044A is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 74 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.57 |
| HSL | 320.38º | 0.93% | 0.22% | - |
| HSV(B) | 320.38º | 0.96% | 0.43% | - |
| XYZ | 7.71 | 3.9 | 6.82 | - |
| YUV | 43.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 74 | 0 | 0.96 | 0.33 | 0.57 | 320.38 | 0.93 | 0.22 |
| Hex | 6E | 4 | 4A | 0 | 60 | 21 | 39 | 140 | 5D | 16 |
| Octal | 156 | 4 | 112 | 0 | 140 | 41 | 71 | 500 | 135 | 26 |
| Binary | 1101110 | 100 | 1001010 | 0 | 1100000 | 100001 | 111001 | 101000000 | 1011101 | 10110 |
Color Harmonies of #6E044A
Complementary color
Monochromatic Colors of #6E044A
Black with #6E044A
Text Example
Text Example
White with #6E044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E044A; }
p { color: rgb(110,4,74); }
H1.HeaderClassName
{
color: #6E044A;
}
.AnyTagClassName
{
color: #6E044A;
}
</style>
background-color css
<style>
a { background-color: #6E044A; }
a { background-color: rgb(110,4,74); }
div.DivClassName
{
background-color: #6E044A;
}
.BgClassName
{
background-color: #6E044A;
}
</style>
border-color css
<style>
span { border-color: #6E044A; }
span { border-color: rgb(110,4,74); }
td.TdClassName
{
border-color: #6E044A;
}
.TagClassName
{
border-color: #6E044A;
}
</style>