Shades of Tyrian Purple #6D0D45
Tints of Tyrian Purple #6D0D45
RGB
CMYK
RGB Variations
Color information
#6D0D45 (or 0x6D0D45) is known color: Tyrian Purple. HEX triplet: 6D, 0D and 45. RGB value is (109,13,69). Sum of RGB (Red+Green+Blue) = 109+13+69=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D45 is #92F2BA. Grayscale: #2F2F2F. Windows color (decimal): -9630395 or 4525421. OLE color: 4525421.
HSL color Cylindrical-coordinate representation of color #6D0D45: hue angle of 325º 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 #6D0D45 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 69 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.57 |
| HSL | 325º | 0.79% | 0.24% | - |
| HSV(B) | 325º | 0.88% | 0.43% | - |
| XYZ | 7.52 | 3.97 | 6 | - |
| YUV | 48.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 69 | 0 | 0.88 | 0.37 | 0.57 | 325 | 0.79 | 0.24 |
| Hex | 6D | D | 45 | 0 | 58 | 25 | 39 | 145 | 4F | 18 |
| Octal | 155 | 15 | 105 | 0 | 130 | 45 | 71 | 505 | 117 | 30 |
| Binary | 1101101 | 1101 | 1000101 | 0 | 1011000 | 100101 | 111001 | 101000101 | 1001111 | 11000 |
Color Harmonies of #6D0D45
Complementary color
Monochromatic Colors of #6D0D45
Black with #6D0D45
Text Example
Text Example
White with #6D0D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D45; }
p { color: rgb(109,13,69); }
H1.HeaderClassName
{
color: #6D0D45;
}
.AnyTagClassName
{
color: #6D0D45;
}
</style>
background-color css
<style>
a { background-color: #6D0D45; }
a { background-color: rgb(109,13,69); }
div.DivClassName
{
background-color: #6D0D45;
}
.BgClassName
{
background-color: #6D0D45;
}
</style>
border-color css
<style>
span { border-color: #6D0D45; }
span { border-color: rgb(109,13,69); }
td.TdClassName
{
border-color: #6D0D45;
}
.TagClassName
{
border-color: #6D0D45;
}
</style>