Shades of Tyrian Purple #6D0D3F
Tints of Tyrian Purple #6D0D3F
RGB
CMYK
RGB Variations
Color information
#6D0D3F (or 0x6D0D3F) is known color: Tyrian Purple. HEX triplet: 6D, 0D and 3F. RGB value is (109,13,63). Sum of RGB (Red+Green+Blue) = 109+13+63=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D3F is #92F2C0. Grayscale: #2F2F2F. Windows color (decimal): -9630401 or 4132205. OLE color: 4132205.
HSL color Cylindrical-coordinate representation of color #6D0D3F: hue angle of 328.75º 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 #6D0D3F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 63 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.57 |
| HSL | 328.75º | 0.79% | 0.24% | - |
| HSV(B) | 328.75º | 0.88% | 0.43% | - |
| XYZ | 7.35 | 3.9 | 5.07 | - |
| YUV | 47.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 63 | 0 | 0.88 | 0.42 | 0.57 | 328.75 | 0.79 | 0.24 |
| Hex | 6D | D | 3F | 0 | 58 | 2A | 39 | 149 | 4F | 18 |
| Octal | 155 | 15 | 77 | 0 | 130 | 52 | 71 | 511 | 117 | 30 |
| Binary | 1101101 | 1101 | 111111 | 0 | 1011000 | 101010 | 111001 | 101001001 | 1001111 | 11000 |
Color Harmonies of #6D0D3F
Complementary color
Monochromatic Colors of #6D0D3F
Black with #6D0D3F
Text Example
Text Example
White with #6D0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D3F; }
p { color: rgb(109,13,63); }
H1.HeaderClassName
{
color: #6D0D3F;
}
.AnyTagClassName
{
color: #6D0D3F;
}
</style>
background-color css
<style>
a { background-color: #6D0D3F; }
a { background-color: rgb(109,13,63); }
div.DivClassName
{
background-color: #6D0D3F;
}
.BgClassName
{
background-color: #6D0D3F;
}
</style>
border-color css
<style>
span { border-color: #6D0D3F; }
span { border-color: rgb(109,13,63); }
td.TdClassName
{
border-color: #6D0D3F;
}
.TagClassName
{
border-color: #6D0D3F;
}
</style>