Shades of Tyrian Purple #6E004A
Tints of Tyrian Purple #6E004A
RGB
CMYK
RGB Variations
Color information
#6E004A (or 0x6E004A) is known color: Tyrian Purple. HEX triplet: 6E, 00 and 4A. RGB value is (110,0,74). Sum of RGB (Red+Green+Blue) = 110+0+74=184 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.78% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 110 - color contains mainly: red. Hex color #6E004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E004A is #91FFB5. Grayscale: #292929. Windows color (decimal): -9568182 or 4849774. OLE color: 4849774.
HSL color Cylindrical-coordinate representation of color #6E004A: hue angle of 319.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E004A is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.33 | 0.57 |
| HSL | 319.64º | 1% | 0.22% | - |
| HSV(B) | 319.64º | 1% | 0.43% | - |
| XYZ | 7.67 | 3.81 | 6.81 | - |
| YUV | 41.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 74 | 0 | 1 | 0.33 | 0.57 | 319.64 | 1 | 0.22 |
| Hex | 6E | 0 | 4A | 0 | 64 | 21 | 39 | 140 | 64 | 16 |
| Octal | 156 | 0 | 112 | 0 | 144 | 41 | 71 | 500 | 144 | 26 |
| Binary | 1101110 | 0 | 1001010 | 0 | 1100100 | 100001 | 111001 | 101000000 | 1100100 | 10110 |
Color Harmonies of #6E004A
Complementary color
Monochromatic Colors of #6E004A
Black with #6E004A
Text Example
Text Example
White with #6E004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E004A; }
p { color: rgb(110,0,74); }
H1.HeaderClassName
{
color: #6E004A;
}
.AnyTagClassName
{
color: #6E004A;
}
</style>
background-color css
<style>
a { background-color: #6E004A; }
a { background-color: rgb(110,0,74); }
div.DivClassName
{
background-color: #6E004A;
}
.BgClassName
{
background-color: #6E004A;
}
</style>
border-color css
<style>
span { border-color: #6E004A; }
span { border-color: rgb(110,0,74); }
td.TdClassName
{
border-color: #6E004A;
}
.TagClassName
{
border-color: #6E004A;
}
</style>