Shades of Tyrian Purple #6D0D54
Tints of Tyrian Purple #6D0D54
RGB
CMYK
RGB Variations
Color information
#6D0D54 (or 0x6D0D54) is known color: Tyrian Purple. HEX triplet: 6D, 0D and 54. RGB value is (109,13,84). Sum of RGB (Red+Green+Blue) = 109+13+84=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D54 is #92F2AB. Grayscale: #313131. Windows color (decimal): -9630380 or 5508461. OLE color: 5508461.
HSL color Cylindrical-coordinate representation of color #6D0D54: hue angle of 315.62º 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 #6D0D54 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 84 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.57 |
| HSL | 315.63º | 0.79% | 0.24% | - |
| HSV(B) | 315.63º | 0.88% | 0.43% | - |
| XYZ | 8.05 | 4.18 | 8.77 | - |
| YUV | 49.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 84 | 0 | 0.88 | 0.23 | 0.57 | 315.63 | 0.79 | 0.24 |
| Hex | 6D | D | 54 | 0 | 58 | 17 | 39 | 13C | 4F | 18 |
| Octal | 155 | 15 | 124 | 0 | 130 | 27 | 71 | 474 | 117 | 30 |
| Binary | 1101101 | 1101 | 1010100 | 0 | 1011000 | 10111 | 111001 | 100111100 | 1001111 | 11000 |
Color Harmonies of #6D0D54
Complementary color
Monochromatic Colors of #6D0D54
Black with #6D0D54
Text Example
Text Example
White with #6D0D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D54; }
p { color: rgb(109,13,84); }
H1.HeaderClassName
{
color: #6D0D54;
}
.AnyTagClassName
{
color: #6D0D54;
}
</style>
background-color css
<style>
a { background-color: #6D0D54; }
a { background-color: rgb(109,13,84); }
div.DivClassName
{
background-color: #6D0D54;
}
.BgClassName
{
background-color: #6D0D54;
}
</style>
border-color css
<style>
span { border-color: #6D0D54; }
span { border-color: rgb(109,13,84); }
td.TdClassName
{
border-color: #6D0D54;
}
.TagClassName
{
border-color: #6D0D54;
}
</style>