Shades of Tyrian Purple #6D094D
Tints of Tyrian Purple #6D094D
RGB
CMYK
RGB Variations
Color information
#6D094D (or 0x6D094D) is known color: Tyrian Purple. HEX triplet: 6D, 09 and 4D. RGB value is (109,9,77). Sum of RGB (Red+Green+Blue) = 109+9+77=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D094D is #92F6B2. Grayscale: #2E2E2E. Windows color (decimal): -9631411 or 5048685. OLE color: 5048685.
HSL color Cylindrical-coordinate representation of color #6D094D: hue angle of 319.2º 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 #6D094D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 77 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.57 |
| HSL | 319.2º | 0.85% | 0.23% | - |
| HSV(B) | 319.2º | 0.92% | 0.43% | - |
| XYZ | 7.74 | 3.98 | 7.38 | - |
| YUV | 46.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 77 | 0 | 0.92 | 0.29 | 0.57 | 319.2 | 0.85 | 0.23 |
| Hex | 6D | 9 | 4D | 0 | 5C | 1D | 39 | 13F | 55 | 17 |
| Octal | 155 | 11 | 115 | 0 | 134 | 35 | 71 | 477 | 125 | 27 |
| Binary | 1101101 | 1001 | 1001101 | 0 | 1011100 | 11101 | 111001 | 100111111 | 1010101 | 10111 |
Color Harmonies of #6D094D
Complementary color
Monochromatic Colors of #6D094D
Black with #6D094D
Text Example
Text Example
White with #6D094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D094D; }
p { color: rgb(109,9,77); }
H1.HeaderClassName
{
color: #6D094D;
}
.AnyTagClassName
{
color: #6D094D;
}
</style>
background-color css
<style>
a { background-color: #6D094D; }
a { background-color: rgb(109,9,77); }
div.DivClassName
{
background-color: #6D094D;
}
.BgClassName
{
background-color: #6D094D;
}
</style>
border-color css
<style>
span { border-color: #6D094D; }
span { border-color: rgb(109,9,77); }
td.TdClassName
{
border-color: #6D094D;
}
.TagClassName
{
border-color: #6D094D;
}
</style>