Shades of Tyrian Purple #6E044C
Tints of Tyrian Purple #6E044C
RGB
CMYK
RGB Variations
Color information
#6E044C (or 0x6E044C) is known color: Tyrian Purple. HEX triplet: 6E, 04 and 4C. RGB value is (110,4,76). Sum of RGB (Red+Green+Blue) = 110+4+76=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E044C is #91FBB3. Grayscale: #2B2B2B. Windows color (decimal): -9567156 or 4981870. OLE color: 4981870.
HSL color Cylindrical-coordinate representation of color #6E044C: hue angle of 319.25º 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 #6E044C is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 76 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.57 |
| HSL | 319.25º | 0.93% | 0.22% | - |
| HSV(B) | 319.25º | 0.96% | 0.43% | - |
| XYZ | 7.78 | 3.92 | 7.18 | - |
| YUV | 43.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 76 | 0 | 0.96 | 0.31 | 0.57 | 319.25 | 0.93 | 0.22 |
| Hex | 6E | 4 | 4C | 0 | 60 | 1F | 39 | 13F | 5D | 16 |
| Octal | 156 | 4 | 114 | 0 | 140 | 37 | 71 | 477 | 135 | 26 |
| Binary | 1101110 | 100 | 1001100 | 0 | 1100000 | 11111 | 111001 | 100111111 | 1011101 | 10110 |
Color Harmonies of #6E044C
Complementary color
Monochromatic Colors of #6E044C
Black with #6E044C
Text Example
Text Example
White with #6E044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E044C; }
p { color: rgb(110,4,76); }
H1.HeaderClassName
{
color: #6E044C;
}
.AnyTagClassName
{
color: #6E044C;
}
</style>
background-color css
<style>
a { background-color: #6E044C; }
a { background-color: rgb(110,4,76); }
div.DivClassName
{
background-color: #6E044C;
}
.BgClassName
{
background-color: #6E044C;
}
</style>
border-color css
<style>
span { border-color: #6E044C; }
span { border-color: rgb(110,4,76); }
td.TdClassName
{
border-color: #6E044C;
}
.TagClassName
{
border-color: #6E044C;
}
</style>