Shades of Tyrian Purple #6D093D
Tints of Tyrian Purple #6D093D
RGB
CMYK
RGB Variations
Color information
#6D093D (or 0x6D093D) is known color: Tyrian Purple. HEX triplet: 6D, 09 and 3D. RGB value is (109,9,61). Sum of RGB (Red+Green+Blue) = 109+9+61=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D093D is #92F6C2. Grayscale: #2C2C2C. Windows color (decimal): -9631427 or 4000109. OLE color: 4000109.
HSL color Cylindrical-coordinate representation of color #6D093D: hue angle of 328.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D093D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 61 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.57 |
| HSL | 328.8º | 0.85% | 0.23% | - |
| HSV(B) | 328.8º | 0.92% | 0.43% | - |
| XYZ | 7.25 | 3.78 | 4.76 | - |
| YUV | 44.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 61 | 0 | 0.92 | 0.44 | 0.57 | 328.8 | 0.85 | 0.23 |
| Hex | 6D | 9 | 3D | 0 | 5C | 2C | 39 | 149 | 55 | 17 |
| Octal | 155 | 11 | 75 | 0 | 134 | 54 | 71 | 511 | 125 | 27 |
| Binary | 1101101 | 1001 | 111101 | 0 | 1011100 | 101100 | 111001 | 101001001 | 1010101 | 10111 |
Color Harmonies of #6D093D
Complementary color
Monochromatic Colors of #6D093D
Black with #6D093D
Text Example
Text Example
White with #6D093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D093D; }
p { color: rgb(109,9,61); }
H1.HeaderClassName
{
color: #6D093D;
}
.AnyTagClassName
{
color: #6D093D;
}
</style>
background-color css
<style>
a { background-color: #6D093D; }
a { background-color: rgb(109,9,61); }
div.DivClassName
{
background-color: #6D093D;
}
.BgClassName
{
background-color: #6D093D;
}
</style>
border-color css
<style>
span { border-color: #6D093D; }
span { border-color: rgb(109,9,61); }
td.TdClassName
{
border-color: #6D093D;
}
.TagClassName
{
border-color: #6D093D;
}
</style>