Shades of Tyrian Purple #6D0344
Tints of Tyrian Purple #6D0344
RGB
CMYK
RGB Variations
Color information
#6D0344 (or 0x6D0344) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 44. RGB value is (109,3,68). Sum of RGB (Red+Green+Blue) = 109+3+68=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0344 is #92FCBB. Grayscale: #292929. Windows color (decimal): -9632956 or 4457325. OLE color: 4457325.
HSL color Cylindrical-coordinate representation of color #6D0344: hue angle of 323.21º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0344 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 68 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.57 |
| HSL | 323.21º | 0.95% | 0.22% | - |
| HSV(B) | 323.21º | 0.97% | 0.43% | - |
| XYZ | 7.38 | 3.73 | 5.8 | - |
| YUV | 42.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 68 | 0 | 0.97 | 0.38 | 0.57 | 323.21 | 0.95 | 0.22 |
| Hex | 6D | 3 | 44 | 0 | 61 | 26 | 39 | 143 | 5F | 16 |
| Octal | 155 | 3 | 104 | 0 | 141 | 46 | 71 | 503 | 137 | 26 |
| Binary | 1101101 | 11 | 1000100 | 0 | 1100001 | 100110 | 111001 | 101000011 | 1011111 | 10110 |
Color Harmonies of #6D0344
Complementary color
Monochromatic Colors of #6D0344
Black with #6D0344
Text Example
Text Example
White with #6D0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0344; }
p { color: rgb(109,3,68); }
H1.HeaderClassName
{
color: #6D0344;
}
.AnyTagClassName
{
color: #6D0344;
}
</style>
background-color css
<style>
a { background-color: #6D0344; }
a { background-color: rgb(109,3,68); }
div.DivClassName
{
background-color: #6D0344;
}
.BgClassName
{
background-color: #6D0344;
}
</style>
border-color css
<style>
span { border-color: #6D0344; }
span { border-color: rgb(109,3,68); }
td.TdClassName
{
border-color: #6D0344;
}
.TagClassName
{
border-color: #6D0344;
}
</style>