Shades of Tyrian Purple #6F082E
Tints of Tyrian Purple #6F082E
RGB
CMYK
RGB Variations
Color information
#6F082E (or 0x6F082E) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 2E. RGB value is (111,8,46). Sum of RGB (Red+Green+Blue) = 111+8+46=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F082E is #90F7D1. Grayscale: #2B2B2B. Windows color (decimal): -9500626 or 3016815. OLE color: 3016815.
HSL color Cylindrical-coordinate representation of color #6F082E: hue angle of 337.86º 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 #6F082E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 46 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.56 |
| HSL | 337.86º | 0.87% | 0.23% | - |
| HSV(B) | 337.86º | 0.93% | 0.44% | - |
| XYZ | 7.14 | 3.75 | 2.93 | - |
| YUV | 43.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 46 | 0 | 0.93 | 0.59 | 0.56 | 337.86 | 0.87 | 0.23 |
| Hex | 6F | 8 | 2E | 0 | 5D | 3B | 38 | 152 | 57 | 17 |
| Octal | 157 | 10 | 56 | 0 | 135 | 73 | 70 | 522 | 127 | 27 |
| Binary | 1101111 | 1000 | 101110 | 0 | 1011101 | 111011 | 111000 | 101010010 | 1010111 | 10111 |
Color Harmonies of #6F082E
Complementary color
Monochromatic Colors of #6F082E
Black with #6F082E
Text Example
Text Example
White with #6F082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F082E; }
p { color: rgb(111,8,46); }
H1.HeaderClassName
{
color: #6F082E;
}
.AnyTagClassName
{
color: #6F082E;
}
</style>
background-color css
<style>
a { background-color: #6F082E; }
a { background-color: rgb(111,8,46); }
div.DivClassName
{
background-color: #6F082E;
}
.BgClassName
{
background-color: #6F082E;
}
</style>
border-color css
<style>
span { border-color: #6F082E; }
span { border-color: rgb(111,8,46); }
td.TdClassName
{
border-color: #6F082E;
}
.TagClassName
{
border-color: #6F082E;
}
</style>