Shades of Tyrian Purple #6D0444
Tints of Tyrian Purple #6D0444
RGB
CMYK
RGB Variations
Color information
#6D0444 (or 0x6D0444) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 44. RGB value is (109,4,68). Sum of RGB (Red+Green+Blue) = 109+4+68=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0444 is #92FBBB. Grayscale: #2A2A2A. Windows color (decimal): -9632700 or 4457581. OLE color: 4457581.
HSL color Cylindrical-coordinate representation of color #6D0444: hue angle of 323.43º 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 #6D0444 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 68 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.57 |
| HSL | 323.43º | 0.93% | 0.22% | - |
| HSV(B) | 323.43º | 0.96% | 0.43% | - |
| XYZ | 7.39 | 3.76 | 5.8 | - |
| YUV | 42.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 68 | 0 | 0.96 | 0.38 | 0.57 | 323.43 | 0.93 | 0.22 |
| Hex | 6D | 4 | 44 | 0 | 60 | 26 | 39 | 143 | 5D | 16 |
| Octal | 155 | 4 | 104 | 0 | 140 | 46 | 71 | 503 | 135 | 26 |
| Binary | 1101101 | 100 | 1000100 | 0 | 1100000 | 100110 | 111001 | 101000011 | 1011101 | 10110 |
Color Harmonies of #6D0444
Complementary color
Monochromatic Colors of #6D0444
Black with #6D0444
Text Example
Text Example
White with #6D0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0444; }
p { color: rgb(109,4,68); }
H1.HeaderClassName
{
color: #6D0444;
}
.AnyTagClassName
{
color: #6D0444;
}
</style>
background-color css
<style>
a { background-color: #6D0444; }
a { background-color: rgb(109,4,68); }
div.DivClassName
{
background-color: #6D0444;
}
.BgClassName
{
background-color: #6D0444;
}
</style>
border-color css
<style>
span { border-color: #6D0444; }
span { border-color: rgb(109,4,68); }
td.TdClassName
{
border-color: #6D0444;
}
.TagClassName
{
border-color: #6D0444;
}
</style>