Shades of Tyrian Purple #6F0D40
Tints of Tyrian Purple #6F0D40
RGB
CMYK
RGB Variations
Color information
#6F0D40 (or 0x6F0D40) is known color: Tyrian Purple. HEX triplet: 6F, 0D and 40. RGB value is (111,13,64). Sum of RGB (Red+Green+Blue) = 111+13+64=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D40 is #90F2BF. Grayscale: #303030. Windows color (decimal): -9499328 or 4197743. OLE color: 4197743.
HSL color Cylindrical-coordinate representation of color #6F0D40: hue angle of 328.78º 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 #6F0D40 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 64 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.56 |
| HSL | 328.78º | 0.79% | 0.24% | - |
| HSV(B) | 328.78º | 0.88% | 0.44% | - |
| XYZ | 7.62 | 4.04 | 5.23 | - |
| YUV | 48.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 64 | 0 | 0.88 | 0.42 | 0.56 | 328.78 | 0.79 | 0.24 |
| Hex | 6F | D | 40 | 0 | 58 | 2A | 38 | 149 | 4F | 18 |
| Octal | 157 | 15 | 100 | 0 | 130 | 52 | 70 | 511 | 117 | 30 |
| Binary | 1101111 | 1101 | 1000000 | 0 | 1011000 | 101010 | 111000 | 101001001 | 1001111 | 11000 |
Color Harmonies of #6F0D40
Complementary color
Monochromatic Colors of #6F0D40
Black with #6F0D40
Text Example
Text Example
White with #6F0D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D40; }
p { color: rgb(111,13,64); }
H1.HeaderClassName
{
color: #6F0D40;
}
.AnyTagClassName
{
color: #6F0D40;
}
</style>
background-color css
<style>
a { background-color: #6F0D40; }
a { background-color: rgb(111,13,64); }
div.DivClassName
{
background-color: #6F0D40;
}
.BgClassName
{
background-color: #6F0D40;
}
</style>
border-color css
<style>
span { border-color: #6F0D40; }
span { border-color: rgb(111,13,64); }
td.TdClassName
{
border-color: #6F0D40;
}
.TagClassName
{
border-color: #6F0D40;
}
</style>