Shades of Tyrian Purple #6F0749
Tints of Tyrian Purple #6F0749
RGB
CMYK
RGB Variations
Color information
#6F0749 (or 0x6F0749) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 49. RGB value is (111,7,73). Sum of RGB (Red+Green+Blue) = 111+7+73=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0749 is #90F8B6. Grayscale: #2D2D2D. Windows color (decimal): -9500855 or 4786031. OLE color: 4786031.
HSL color Cylindrical-coordinate representation of color #6F0749: hue angle of 321.92º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0749 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 73 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.56 |
| HSL | 321.92º | 0.88% | 0.23% | - |
| HSV(B) | 321.92º | 0.94% | 0.44% | - |
| XYZ | 7.83 | 4.01 | 6.66 | - |
| YUV | 45.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 73 | 0 | 0.94 | 0.34 | 0.56 | 321.92 | 0.88 | 0.23 |
| Hex | 6F | 7 | 49 | 0 | 5E | 22 | 38 | 142 | 58 | 17 |
| Octal | 157 | 7 | 111 | 0 | 136 | 42 | 70 | 502 | 130 | 27 |
| Binary | 1101111 | 111 | 1001001 | 0 | 1011110 | 100010 | 111000 | 101000010 | 1011000 | 10111 |
Color Harmonies of #6F0749
Complementary color
Monochromatic Colors of #6F0749
Black with #6F0749
Text Example
Text Example
White with #6F0749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0749; }
p { color: rgb(111,7,73); }
H1.HeaderClassName
{
color: #6F0749;
}
.AnyTagClassName
{
color: #6F0749;
}
</style>
background-color css
<style>
a { background-color: #6F0749; }
a { background-color: rgb(111,7,73); }
div.DivClassName
{
background-color: #6F0749;
}
.BgClassName
{
background-color: #6F0749;
}
</style>
border-color css
<style>
span { border-color: #6F0749; }
span { border-color: rgb(111,7,73); }
td.TdClassName
{
border-color: #6F0749;
}
.TagClassName
{
border-color: #6F0749;
}
</style>