Shades of Tyrian Purple #6F0844
Tints of Tyrian Purple #6F0844
RGB
CMYK
RGB Variations
Color information
#6F0844 (or 0x6F0844) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 44. RGB value is (111,8,68). Sum of RGB (Red+Green+Blue) = 111+8+68=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0844 is #90F7BB. Grayscale: #2D2D2D. Windows color (decimal): -9500604 or 4458607. OLE color: 4458607.
HSL color Cylindrical-coordinate representation of color #6F0844: hue angle of 325.05º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0844 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 68 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.56 |
| HSL | 325.05º | 0.87% | 0.23% | - |
| HSV(B) | 325.05º | 0.93% | 0.44% | - |
| XYZ | 7.69 | 3.97 | 5.83 | - |
| YUV | 45.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 68 | 0 | 0.93 | 0.39 | 0.56 | 325.05 | 0.87 | 0.23 |
| Hex | 6F | 8 | 44 | 0 | 5D | 27 | 38 | 145 | 57 | 17 |
| Octal | 157 | 10 | 104 | 0 | 135 | 47 | 70 | 505 | 127 | 27 |
| Binary | 1101111 | 1000 | 1000100 | 0 | 1011101 | 100111 | 111000 | 101000101 | 1010111 | 10111 |
Color Harmonies of #6F0844
Complementary color
Monochromatic Colors of #6F0844
Black with #6F0844
Text Example
Text Example
White with #6F0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0844; }
p { color: rgb(111,8,68); }
H1.HeaderClassName
{
color: #6F0844;
}
.AnyTagClassName
{
color: #6F0844;
}
</style>
background-color css
<style>
a { background-color: #6F0844; }
a { background-color: rgb(111,8,68); }
div.DivClassName
{
background-color: #6F0844;
}
.BgClassName
{
background-color: #6F0844;
}
</style>
border-color css
<style>
span { border-color: #6F0844; }
span { border-color: rgb(111,8,68); }
td.TdClassName
{
border-color: #6F0844;
}
.TagClassName
{
border-color: #6F0844;
}
</style>