Shades of Tyrian Purple #6F0D3E
Tints of Tyrian Purple #6F0D3E
RGB
CMYK
RGB Variations
Color information
#6F0D3E (or 0x6F0D3E) is known color: Tyrian Purple. HEX triplet: 6F, 0D and 3E. RGB value is (111,13,62). Sum of RGB (Red+Green+Blue) = 111+13+62=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D3E is #90F2C1. Grayscale: #2F2F2F. Windows color (decimal): -9499330 or 4066671. OLE color: 4066671.
HSL color Cylindrical-coordinate representation of color #6F0D3E: hue angle of 330º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D3E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 62 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.56 |
| HSL | 330º | 0.79% | 0.24% | - |
| HSV(B) | 330º | 0.88% | 0.44% | - |
| XYZ | 7.57 | 4.02 | 4.93 | - |
| YUV | 47.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 62 | 0 | 0.88 | 0.44 | 0.56 | 330 | 0.79 | 0.24 |
| Hex | 6F | D | 3E | 0 | 58 | 2C | 38 | 14A | 4F | 18 |
| Octal | 157 | 15 | 76 | 0 | 130 | 54 | 70 | 512 | 117 | 30 |
| Binary | 1101111 | 1101 | 111110 | 0 | 1011000 | 101100 | 111000 | 101001010 | 1001111 | 11000 |
Color Harmonies of #6F0D3E
Complementary color
Monochromatic Colors of #6F0D3E
Black with #6F0D3E
Text Example
Text Example
White with #6F0D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D3E; }
p { color: rgb(111,13,62); }
H1.HeaderClassName
{
color: #6F0D3E;
}
.AnyTagClassName
{
color: #6F0D3E;
}
</style>
background-color css
<style>
a { background-color: #6F0D3E; }
a { background-color: rgb(111,13,62); }
div.DivClassName
{
background-color: #6F0D3E;
}
.BgClassName
{
background-color: #6F0D3E;
}
</style>
border-color css
<style>
span { border-color: #6F0D3E; }
span { border-color: rgb(111,13,62); }
td.TdClassName
{
border-color: #6F0D3E;
}
.TagClassName
{
border-color: #6F0D3E;
}
</style>