Shades of Tyrian Purple #6D094C
Tints of Tyrian Purple #6D094C
RGB
CMYK
RGB Variations
Color information
#6D094C (or 0x6D094C) is known color: Tyrian Purple. HEX triplet: 6D, 09 and 4C. RGB value is (109,9,76). Sum of RGB (Red+Green+Blue) = 109+9+76=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D094C is #92F6B3. Grayscale: #2E2E2E. Windows color (decimal): -9631412 or 4983149. OLE color: 4983149.
HSL color Cylindrical-coordinate representation of color #6D094C: hue angle of 319.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 #6D094C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 76 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.57 |
| HSL | 319.8º | 0.85% | 0.23% | - |
| HSV(B) | 319.8º | 0.92% | 0.43% | - |
| XYZ | 7.71 | 3.97 | 7.2 | - |
| YUV | 46.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 76 | 0 | 0.92 | 0.30 | 0.57 | 319.8 | 0.85 | 0.23 |
| Hex | 6D | 9 | 4C | 0 | 5C | 1E | 39 | 140 | 55 | 17 |
| Octal | 155 | 11 | 114 | 0 | 134 | 36 | 71 | 500 | 125 | 27 |
| Binary | 1101101 | 1001 | 1001100 | 0 | 1011100 | 11110 | 111001 | 101000000 | 1010101 | 10111 |
Color Harmonies of #6D094C
Complementary color
Monochromatic Colors of #6D094C
Black with #6D094C
Text Example
Text Example
White with #6D094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D094C; }
p { color: rgb(109,9,76); }
H1.HeaderClassName
{
color: #6D094C;
}
.AnyTagClassName
{
color: #6D094C;
}
</style>
background-color css
<style>
a { background-color: #6D094C; }
a { background-color: rgb(109,9,76); }
div.DivClassName
{
background-color: #6D094C;
}
.BgClassName
{
background-color: #6D094C;
}
</style>
border-color css
<style>
span { border-color: #6D094C; }
span { border-color: rgb(109,9,76); }
td.TdClassName
{
border-color: #6D094C;
}
.TagClassName
{
border-color: #6D094C;
}
</style>