Shades of Tyrian Purple #6F0E3D
Tints of Tyrian Purple #6F0E3D
RGB
CMYK
RGB Variations
Color information
#6F0E3D (or 0x6F0E3D) is known color: Tyrian Purple. HEX triplet: 6F, 0E and 3D. RGB value is (111,14,61). Sum of RGB (Red+Green+Blue) = 111+14+61=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E3D is #90F1C2. Grayscale: #303030. Windows color (decimal): -9499075 or 4001391. OLE color: 4001391.
HSL color Cylindrical-coordinate representation of color #6F0E3D: hue angle of 330.93º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E3D is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 61 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.56 |
| HSL | 330.93º | 0.78% | 0.25% | - |
| HSV(B) | 330.93º | 0.87% | 0.44% | - |
| XYZ | 7.55 | 4.03 | 4.79 | - |
| YUV | 48.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 61 | 0 | 0.87 | 0.45 | 0.56 | 330.93 | 0.78 | 0.25 |
| Hex | 6F | E | 3D | 0 | 57 | 2D | 38 | 14B | 4E | 19 |
| Octal | 157 | 16 | 75 | 0 | 127 | 55 | 70 | 513 | 116 | 31 |
| Binary | 1101111 | 1110 | 111101 | 0 | 1010111 | 101101 | 111000 | 101001011 | 1001110 | 11001 |
Color Harmonies of #6F0E3D
Complementary color
Monochromatic Colors of #6F0E3D
Black with #6F0E3D
Text Example
Text Example
White with #6F0E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E3D; }
p { color: rgb(111,14,61); }
H1.HeaderClassName
{
color: #6F0E3D;
}
.AnyTagClassName
{
color: #6F0E3D;
}
</style>
background-color css
<style>
a { background-color: #6F0E3D; }
a { background-color: rgb(111,14,61); }
div.DivClassName
{
background-color: #6F0E3D;
}
.BgClassName
{
background-color: #6F0E3D;
}
</style>
border-color css
<style>
span { border-color: #6F0E3D; }
span { border-color: rgb(111,14,61); }
td.TdClassName
{
border-color: #6F0E3D;
}
.TagClassName
{
border-color: #6F0E3D;
}
</style>