Shades of Tyrian Purple #6F092F
Tints of Tyrian Purple #6F092F
RGB
CMYK
RGB Variations
Color information
#6F092F (or 0x6F092F) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 2F. RGB value is (111,9,47). Sum of RGB (Red+Green+Blue) = 111+9+47=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F092F is #90F6D0. Grayscale: #2B2B2B. Windows color (decimal): -9500369 or 3082607. OLE color: 3082607.
HSL color Cylindrical-coordinate representation of color #6F092F: hue angle of 337.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F092F is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 47 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.56 |
| HSL | 337.65º | 0.85% | 0.24% | - |
| HSV(B) | 337.65º | 0.92% | 0.44% | - |
| XYZ | 7.17 | 3.78 | 3.04 | - |
| YUV | 43.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 47 | 0 | 0.92 | 0.58 | 0.56 | 337.65 | 0.85 | 0.24 |
| Hex | 6F | 9 | 2F | 0 | 5C | 3A | 38 | 152 | 55 | 18 |
| Octal | 157 | 11 | 57 | 0 | 134 | 72 | 70 | 522 | 125 | 30 |
| Binary | 1101111 | 1001 | 101111 | 0 | 1011100 | 111010 | 111000 | 101010010 | 1010101 | 11000 |
Color Harmonies of #6F092F
Complementary color
Monochromatic Colors of #6F092F
Black with #6F092F
Text Example
Text Example
White with #6F092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F092F; }
p { color: rgb(111,9,47); }
H1.HeaderClassName
{
color: #6F092F;
}
.AnyTagClassName
{
color: #6F092F;
}
</style>
background-color css
<style>
a { background-color: #6F092F; }
a { background-color: rgb(111,9,47); }
div.DivClassName
{
background-color: #6F092F;
}
.BgClassName
{
background-color: #6F092F;
}
</style>
border-color css
<style>
span { border-color: #6F092F; }
span { border-color: rgb(111,9,47); }
td.TdClassName
{
border-color: #6F092F;
}
.TagClassName
{
border-color: #6F092F;
}
</style>