Shades of Tyrian Purple #6D074F
Tints of Tyrian Purple #6D074F
RGB
CMYK
RGB Variations
Color information
#6D074F (or 0x6D074F) is known color: Tyrian Purple. HEX triplet: 6D, 07 and 4F. RGB value is (109,7,79). Sum of RGB (Red+Green+Blue) = 109+7+79=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D074F is #92F8B0. Grayscale: #2D2D2D. Windows color (decimal): -9631921 or 5179245. OLE color: 5179245.
HSL color Cylindrical-coordinate representation of color #6D074F: hue angle of 317.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D074F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 79 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.57 |
| HSL | 317.65º | 0.88% | 0.23% | - |
| HSV(B) | 317.65º | 0.94% | 0.43% | - |
| XYZ | 7.79 | 3.97 | 7.75 | - |
| YUV | 45.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 79 | 0 | 0.94 | 0.28 | 0.57 | 317.65 | 0.88 | 0.23 |
| Hex | 6D | 7 | 4F | 0 | 5E | 1C | 39 | 13E | 58 | 17 |
| Octal | 155 | 7 | 117 | 0 | 136 | 34 | 71 | 476 | 130 | 27 |
| Binary | 1101101 | 111 | 1001111 | 0 | 1011110 | 11100 | 111001 | 100111110 | 1011000 | 10111 |
Color Harmonies of #6D074F
Complementary color
Monochromatic Colors of #6D074F
Black with #6D074F
Text Example
Text Example
White with #6D074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D074F; }
p { color: rgb(109,7,79); }
H1.HeaderClassName
{
color: #6D074F;
}
.AnyTagClassName
{
color: #6D074F;
}
</style>
background-color css
<style>
a { background-color: #6D074F; }
a { background-color: rgb(109,7,79); }
div.DivClassName
{
background-color: #6D074F;
}
.BgClassName
{
background-color: #6D074F;
}
</style>
border-color css
<style>
span { border-color: #6D074F; }
span { border-color: rgb(109,7,79); }
td.TdClassName
{
border-color: #6D074F;
}
.TagClassName
{
border-color: #6D074F;
}
</style>