Shades of Tyrian Purple #6F072F
Tints of Tyrian Purple #6F072F
RGB
CMYK
RGB Variations
Color information
#6F072F (or 0x6F072F) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 2F. RGB value is (111,7,47). Sum of RGB (Red+Green+Blue) = 111+7+47=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F072F is #90F8D0. Grayscale: #2A2A2A. Windows color (decimal): -9500881 or 3082095. OLE color: 3082095.
HSL color Cylindrical-coordinate representation of color #6F072F: hue angle of 336.92º 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 #6F072F is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 47 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.56 |
| HSL | 336.92º | 0.88% | 0.23% | - |
| HSV(B) | 336.92º | 0.94% | 0.44% | - |
| XYZ | 7.14 | 3.74 | 3.03 | - |
| YUV | 42.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 47 | 0 | 0.94 | 0.58 | 0.56 | 336.92 | 0.88 | 0.23 |
| Hex | 6F | 7 | 2F | 0 | 5E | 3A | 38 | 151 | 58 | 17 |
| Octal | 157 | 7 | 57 | 0 | 136 | 72 | 70 | 521 | 130 | 27 |
| Binary | 1101111 | 111 | 101111 | 0 | 1011110 | 111010 | 111000 | 101010001 | 1011000 | 10111 |
Color Harmonies of #6F072F
Complementary color
Monochromatic Colors of #6F072F
Black with #6F072F
Text Example
Text Example
White with #6F072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F072F; }
p { color: rgb(111,7,47); }
H1.HeaderClassName
{
color: #6F072F;
}
.AnyTagClassName
{
color: #6F072F;
}
</style>
background-color css
<style>
a { background-color: #6F072F; }
a { background-color: rgb(111,7,47); }
div.DivClassName
{
background-color: #6F072F;
}
.BgClassName
{
background-color: #6F072F;
}
</style>
border-color css
<style>
span { border-color: #6F072F; }
span { border-color: rgb(111,7,47); }
td.TdClassName
{
border-color: #6F072F;
}
.TagClassName
{
border-color: #6F072F;
}
</style>