Shades of Tyrian Purple #6F0B34
Tints of Tyrian Purple #6F0B34
RGB
CMYK
RGB Variations
Color information
#6F0B34 (or 0x6F0B34) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 34. RGB value is (111,11,52). Sum of RGB (Red+Green+Blue) = 111+11+52=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B34 is #90F4CB. Grayscale: #2D2D2D. Windows color (decimal): -9499852 or 3410799. OLE color: 3410799.
HSL color Cylindrical-coordinate representation of color #6F0B34: hue angle of 335.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B34 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 52 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.56 |
| HSL | 335.4º | 0.82% | 0.24% | - |
| HSV(B) | 335.4º | 0.9% | 0.44% | - |
| XYZ | 7.3 | 3.87 | 3.61 | - |
| YUV | 45.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 52 | 0 | 0.90 | 0.53 | 0.56 | 335.4 | 0.82 | 0.24 |
| Hex | 6F | B | 34 | 0 | 5A | 35 | 38 | 14F | 52 | 18 |
| Octal | 157 | 13 | 64 | 0 | 132 | 65 | 70 | 517 | 122 | 30 |
| Binary | 1101111 | 1011 | 110100 | 0 | 1011010 | 110101 | 111000 | 101001111 | 1010010 | 11000 |
Color Harmonies of #6F0B34
Complementary color
Monochromatic Colors of #6F0B34
Black with #6F0B34
Text Example
Text Example
White with #6F0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B34; }
p { color: rgb(111,11,52); }
H1.HeaderClassName
{
color: #6F0B34;
}
.AnyTagClassName
{
color: #6F0B34;
}
</style>
background-color css
<style>
a { background-color: #6F0B34; }
a { background-color: rgb(111,11,52); }
div.DivClassName
{
background-color: #6F0B34;
}
.BgClassName
{
background-color: #6F0B34;
}
</style>
border-color css
<style>
span { border-color: #6F0B34; }
span { border-color: rgb(111,11,52); }
td.TdClassName
{
border-color: #6F0B34;
}
.TagClassName
{
border-color: #6F0B34;
}
</style>