Shades of Tyrian Purple #6F0836
Tints of Tyrian Purple #6F0836
RGB
CMYK
RGB Variations
Color information
#6F0836 (or 0x6F0836) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 36. RGB value is (111,8,54). Sum of RGB (Red+Green+Blue) = 111+8+54=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0836 is #90F7C9. Grayscale: #2B2B2B. Windows color (decimal): -9500618 or 3541103. OLE color: 3541103.
HSL color Cylindrical-coordinate representation of color #6F0836: hue angle of 333.2º 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 #6F0836 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 54 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.56 |
| HSL | 333.2º | 0.87% | 0.23% | - |
| HSV(B) | 333.2º | 0.93% | 0.44% | - |
| XYZ | 7.31 | 3.82 | 3.84 | - |
| YUV | 44.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 54 | 0 | 0.93 | 0.51 | 0.56 | 333.2 | 0.87 | 0.23 |
| Hex | 6F | 8 | 36 | 0 | 5D | 33 | 38 | 14D | 57 | 17 |
| Octal | 157 | 10 | 66 | 0 | 135 | 63 | 70 | 515 | 127 | 27 |
| Binary | 1101111 | 1000 | 110110 | 0 | 1011101 | 110011 | 111000 | 101001101 | 1010111 | 10111 |
Color Harmonies of #6F0836
Complementary color
Monochromatic Colors of #6F0836
Black with #6F0836
Text Example
Text Example
White with #6F0836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0836; }
p { color: rgb(111,8,54); }
H1.HeaderClassName
{
color: #6F0836;
}
.AnyTagClassName
{
color: #6F0836;
}
</style>
background-color css
<style>
a { background-color: #6F0836; }
a { background-color: rgb(111,8,54); }
div.DivClassName
{
background-color: #6F0836;
}
.BgClassName
{
background-color: #6F0836;
}
</style>
border-color css
<style>
span { border-color: #6F0836; }
span { border-color: rgb(111,8,54); }
td.TdClassName
{
border-color: #6F0836;
}
.TagClassName
{
border-color: #6F0836;
}
</style>