Shades of Tyrian Purple #6F0C47
Tints of Tyrian Purple #6F0C47
RGB
CMYK
RGB Variations
Color information
#6F0C47 (or 0x6F0C47) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 47. RGB value is (111,12,71). Sum of RGB (Red+Green+Blue) = 111+12+71=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C47 is #90F3B8. Grayscale: #303030. Windows color (decimal): -9499577 or 4656239. OLE color: 4656239.
HSL color Cylindrical-coordinate representation of color #6F0C47: hue angle of 324.24º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C47 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 71 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.56 |
| HSL | 324.24º | 0.8% | 0.24% | - |
| HSV(B) | 324.24º | 0.89% | 0.44% | - |
| XYZ | 7.82 | 4.1 | 6.34 | - |
| YUV | 48.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 71 | 0 | 0.89 | 0.36 | 0.56 | 324.24 | 0.8 | 0.24 |
| Hex | 6F | C | 47 | 0 | 59 | 24 | 38 | 144 | 50 | 18 |
| Octal | 157 | 14 | 107 | 0 | 131 | 44 | 70 | 504 | 120 | 30 |
| Binary | 1101111 | 1100 | 1000111 | 0 | 1011001 | 100100 | 111000 | 101000100 | 1010000 | 11000 |
Color Harmonies of #6F0C47
Complementary color
Monochromatic Colors of #6F0C47
Black with #6F0C47
Text Example
Text Example
White with #6F0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C47; }
p { color: rgb(111,12,71); }
H1.HeaderClassName
{
color: #6F0C47;
}
.AnyTagClassName
{
color: #6F0C47;
}
</style>
background-color css
<style>
a { background-color: #6F0C47; }
a { background-color: rgb(111,12,71); }
div.DivClassName
{
background-color: #6F0C47;
}
.BgClassName
{
background-color: #6F0C47;
}
</style>
border-color css
<style>
span { border-color: #6F0C47; }
span { border-color: rgb(111,12,71); }
td.TdClassName
{
border-color: #6F0C47;
}
.TagClassName
{
border-color: #6F0C47;
}
</style>