Shades of Tyrian Purple #6F0740
Tints of Tyrian Purple #6F0740
RGB
CMYK
RGB Variations
Color information
#6F0740 (or 0x6F0740) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 40. RGB value is (111,7,64). Sum of RGB (Red+Green+Blue) = 111+7+64=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0740 is #90F8BF. Grayscale: #2C2C2C. Windows color (decimal): -9500864 or 4196207. OLE color: 4196207.
HSL color Cylindrical-coordinate representation of color #6F0740: hue angle of 327.12º 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 #6F0740 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 64 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.56 |
| HSL | 327.12º | 0.88% | 0.23% | - |
| HSV(B) | 327.12º | 0.94% | 0.44% | - |
| XYZ | 7.56 | 3.9 | 5.21 | - |
| YUV | 44.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 64 | 0 | 0.94 | 0.42 | 0.56 | 327.12 | 0.88 | 0.23 |
| Hex | 6F | 7 | 40 | 0 | 5E | 2A | 38 | 147 | 58 | 17 |
| Octal | 157 | 7 | 100 | 0 | 136 | 52 | 70 | 507 | 130 | 27 |
| Binary | 1101111 | 111 | 1000000 | 0 | 1011110 | 101010 | 111000 | 101000111 | 1011000 | 10111 |
Color Harmonies of #6F0740
Complementary color
Monochromatic Colors of #6F0740
Black with #6F0740
Text Example
Text Example
White with #6F0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0740; }
p { color: rgb(111,7,64); }
H1.HeaderClassName
{
color: #6F0740;
}
.AnyTagClassName
{
color: #6F0740;
}
</style>
background-color css
<style>
a { background-color: #6F0740; }
a { background-color: rgb(111,7,64); }
div.DivClassName
{
background-color: #6F0740;
}
.BgClassName
{
background-color: #6F0740;
}
</style>
border-color css
<style>
span { border-color: #6F0740; }
span { border-color: rgb(111,7,64); }
td.TdClassName
{
border-color: #6F0740;
}
.TagClassName
{
border-color: #6F0740;
}
</style>