Shades of Tyrian Purple #6F0B3F
Tints of Tyrian Purple #6F0B3F
RGB
CMYK
RGB Variations
Color information
#6F0B3F (or 0x6F0B3F) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 3F. RGB value is (111,11,63). Sum of RGB (Red+Green+Blue) = 111+11+63=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B3F is #90F4C0. Grayscale: #2E2E2E. Windows color (decimal): -9499841 or 4131695. OLE color: 4131695.
HSL color Cylindrical-coordinate representation of color #6F0B3F: hue angle of 328.8º 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 #6F0B3F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 63 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.56 |
| HSL | 328.8º | 0.82% | 0.24% | - |
| HSV(B) | 328.8º | 0.9% | 0.44% | - |
| XYZ | 7.57 | 3.98 | 5.07 | - |
| YUV | 46.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 63 | 0 | 0.90 | 0.43 | 0.56 | 328.8 | 0.82 | 0.24 |
| Hex | 6F | B | 3F | 0 | 5A | 2B | 38 | 149 | 52 | 18 |
| Octal | 157 | 13 | 77 | 0 | 132 | 53 | 70 | 511 | 122 | 30 |
| Binary | 1101111 | 1011 | 111111 | 0 | 1011010 | 101011 | 111000 | 101001001 | 1010010 | 11000 |
Color Harmonies of #6F0B3F
Complementary color
Monochromatic Colors of #6F0B3F
Black with #6F0B3F
Text Example
Text Example
White with #6F0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B3F; }
p { color: rgb(111,11,63); }
H1.HeaderClassName
{
color: #6F0B3F;
}
.AnyTagClassName
{
color: #6F0B3F;
}
</style>
background-color css
<style>
a { background-color: #6F0B3F; }
a { background-color: rgb(111,11,63); }
div.DivClassName
{
background-color: #6F0B3F;
}
.BgClassName
{
background-color: #6F0B3F;
}
</style>
border-color css
<style>
span { border-color: #6F0B3F; }
span { border-color: rgb(111,11,63); }
td.TdClassName
{
border-color: #6F0B3F;
}
.TagClassName
{
border-color: #6F0B3F;
}
</style>