Shades of Tyrian Purple #6D032E
Tints of Tyrian Purple #6D032E
RGB
CMYK
RGB Variations
Color information
#6D032E (or 0x6D032E) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 2E. RGB value is (109,3,46). Sum of RGB (Red+Green+Blue) = 109+3+46=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D032E is #92FCD1. Grayscale: #272727. Windows color (decimal): -9632978 or 3015533. OLE color: 3015533.
HSL color Cylindrical-coordinate representation of color #6D032E: hue angle of 335.66º 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 #6D032E is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.57 |
| HSL | 335.66º | 0.95% | 0.22% | - |
| HSV(B) | 335.66º | 0.97% | 0.43% | - |
| XYZ | 6.83 | 3.51 | 2.9 | - |
| YUV | 39.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 46 | 0 | 0.97 | 0.58 | 0.57 | 335.66 | 0.95 | 0.22 |
| Hex | 6D | 3 | 2E | 0 | 61 | 3A | 39 | 150 | 5F | 16 |
| Octal | 155 | 3 | 56 | 0 | 141 | 72 | 71 | 520 | 137 | 26 |
| Binary | 1101101 | 11 | 101110 | 0 | 1100001 | 111010 | 111001 | 101010000 | 1011111 | 10110 |
Color Harmonies of #6D032E
Complementary color
Monochromatic Colors of #6D032E
Black with #6D032E
Text Example
Text Example
White with #6D032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D032E; }
p { color: rgb(109,3,46); }
H1.HeaderClassName
{
color: #6D032E;
}
.AnyTagClassName
{
color: #6D032E;
}
</style>
background-color css
<style>
a { background-color: #6D032E; }
a { background-color: rgb(109,3,46); }
div.DivClassName
{
background-color: #6D032E;
}
.BgClassName
{
background-color: #6D032E;
}
</style>
border-color css
<style>
span { border-color: #6D032E; }
span { border-color: rgb(109,3,46); }
td.TdClassName
{
border-color: #6D032E;
}
.TagClassName
{
border-color: #6D032E;
}
</style>