Shades of Tyrian Purple #6E0436
Tints of Tyrian Purple #6E0436
RGB
CMYK
RGB Variations
Color information
#6E0436 (or 0x6E0436) is known color: Tyrian Purple. HEX triplet: 6E, 04 and 36. RGB value is (110,4,54). Sum of RGB (Red+Green+Blue) = 110+4+54=168 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.48% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0436 is #91FBC9. Grayscale: #292929. Windows color (decimal): -9567178 or 3540078. OLE color: 3540078.
HSL color Cylindrical-coordinate representation of color #6E0436: hue angle of 331.7º 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 #6E0436 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 54 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.57 |
| HSL | 331.7º | 0.93% | 0.22% | - |
| HSV(B) | 331.7º | 0.96% | 0.43% | - |
| XYZ | 7.14 | 3.67 | 3.82 | - |
| YUV | 41.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 54 | 0 | 0.96 | 0.51 | 0.57 | 331.7 | 0.93 | 0.22 |
| Hex | 6E | 4 | 36 | 0 | 60 | 33 | 39 | 14C | 5D | 16 |
| Octal | 156 | 4 | 66 | 0 | 140 | 63 | 71 | 514 | 135 | 26 |
| Binary | 1101110 | 100 | 110110 | 0 | 1100000 | 110011 | 111001 | 101001100 | 1011101 | 10110 |
Color Harmonies of #6E0436
Complementary color
Monochromatic Colors of #6E0436
Black with #6E0436
Text Example
Text Example
White with #6E0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0436; }
p { color: rgb(110,4,54); }
H1.HeaderClassName
{
color: #6E0436;
}
.AnyTagClassName
{
color: #6E0436;
}
</style>
background-color css
<style>
a { background-color: #6E0436; }
a { background-color: rgb(110,4,54); }
div.DivClassName
{
background-color: #6E0436;
}
.BgClassName
{
background-color: #6E0436;
}
</style>
border-color css
<style>
span { border-color: #6E0436; }
span { border-color: rgb(110,4,54); }
td.TdClassName
{
border-color: #6E0436;
}
.TagClassName
{
border-color: #6E0436;
}
</style>