Shades of Tyrian Purple #6E0D53
Tints of Tyrian Purple #6E0D53
RGB
CMYK
RGB Variations
Color information
#6E0D53 (or 0x6E0D53) is known color: Tyrian Purple. HEX triplet: 6E, 0D and 53. RGB value is (110,13,83). Sum of RGB (Red+Green+Blue) = 110+13+83=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D53 is #91F2AC. Grayscale: #313131. Windows color (decimal): -9564845 or 5442926. OLE color: 5442926.
HSL color Cylindrical-coordinate representation of color #6E0D53: hue angle of 316.7º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D53 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 13 | 83 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.57 |
| HSL | 316.7º | 0.79% | 0.24% | - |
| HSV(B) | 316.7º | 0.88% | 0.43% | - |
| XYZ | 8.14 | 4.23 | 8.57 | - |
| YUV | 49.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 83 | 0 | 0.88 | 0.25 | 0.57 | 316.7 | 0.79 | 0.24 |
| Hex | 6E | D | 53 | 0 | 58 | 19 | 39 | 13D | 4F | 18 |
| Octal | 156 | 15 | 123 | 0 | 130 | 31 | 71 | 475 | 117 | 30 |
| Binary | 1101110 | 1101 | 1010011 | 0 | 1011000 | 11001 | 111001 | 100111101 | 1001111 | 11000 |
Color Harmonies of #6E0D53
Complementary color
Monochromatic Colors of #6E0D53
Black with #6E0D53
Text Example
Text Example
White with #6E0D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D53; }
p { color: rgb(110,13,83); }
H1.HeaderClassName
{
color: #6E0D53;
}
.AnyTagClassName
{
color: #6E0D53;
}
</style>
background-color css
<style>
a { background-color: #6E0D53; }
a { background-color: rgb(110,13,83); }
div.DivClassName
{
background-color: #6E0D53;
}
.BgClassName
{
background-color: #6E0D53;
}
</style>
border-color css
<style>
span { border-color: #6E0D53; }
span { border-color: rgb(110,13,83); }
td.TdClassName
{
border-color: #6E0D53;
}
.TagClassName
{
border-color: #6E0D53;
}
</style>