Shades of Tyrian Purple #6E045A
Tints of Tyrian Purple #6E045A
RGB
CMYK
RGB Variations
Color information
#6E045A (or 0x6E045A) is known color: Tyrian Purple. HEX triplet: 6E, 04 and 5A. RGB value is (110,4,90). Sum of RGB (Red+Green+Blue) = 110+4+90=204 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.92% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 110 - color contains mainly: red. Hex color #6E045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E045A is #91FBA5. Grayscale: #2D2D2D. Windows color (decimal): -9567142 or 5899374. OLE color: 5899374.
HSL color Cylindrical-coordinate representation of color #6E045A: hue angle of 311.32º 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 #6E045A is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 90 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.57 |
| HSL | 311.32º | 0.93% | 0.22% | - |
| HSV(B) | 311.32º | 0.96% | 0.43% | - |
| XYZ | 8.32 | 4.14 | 10.03 | - |
| YUV | 45.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 90 | 0 | 0.96 | 0.18 | 0.57 | 311.32 | 0.93 | 0.22 |
| Hex | 6E | 4 | 5A | 0 | 60 | 12 | 39 | 137 | 5D | 16 |
| Octal | 156 | 4 | 132 | 0 | 140 | 22 | 71 | 467 | 135 | 26 |
| Binary | 1101110 | 100 | 1011010 | 0 | 1100000 | 10010 | 111001 | 100110111 | 1011101 | 10110 |
Color Harmonies of #6E045A
Complementary color
Monochromatic Colors of #6E045A
Black with #6E045A
Text Example
Text Example
White with #6E045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E045A; }
p { color: rgb(110,4,90); }
H1.HeaderClassName
{
color: #6E045A;
}
.AnyTagClassName
{
color: #6E045A;
}
</style>
background-color css
<style>
a { background-color: #6E045A; }
a { background-color: rgb(110,4,90); }
div.DivClassName
{
background-color: #6E045A;
}
.BgClassName
{
background-color: #6E045A;
}
</style>
border-color css
<style>
span { border-color: #6E045A; }
span { border-color: rgb(110,4,90); }
td.TdClassName
{
border-color: #6E045A;
}
.TagClassName
{
border-color: #6E045A;
}
</style>