Shades of Tyrian Purple #6F0051
Tints of Tyrian Purple #6F0051
RGB
CMYK
RGB Variations
Color information
#6F0051 (or 0x6F0051) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 51. RGB value is (111,0,81). Sum of RGB (Red+Green+Blue) = 111+0+81=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0051 is #90FFAE. Grayscale: #2A2A2A. Windows color (decimal): -9502639 or 5308527. OLE color: 5308527.
HSL color Cylindrical-coordinate representation of color #6F0051: hue angle of 316.22º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0051 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.27 | 0.56 |
| HSL | 316.22º | 1% | 0.22% | - |
| HSV(B) | 316.22º | 1% | 0.44% | - |
| XYZ | 8.04 | 3.97 | 8.13 | - |
| YUV | 42.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 81 | 0 | 1 | 0.27 | 0.56 | 316.22 | 1 | 0.22 |
| Hex | 6F | 0 | 51 | 0 | 64 | 1B | 38 | 13C | 64 | 16 |
| Octal | 157 | 0 | 121 | 0 | 144 | 33 | 70 | 474 | 144 | 26 |
| Binary | 1101111 | 0 | 1010001 | 0 | 1100100 | 11011 | 111000 | 100111100 | 1100100 | 10110 |
Color Harmonies of #6F0051
Complementary color
Monochromatic Colors of #6F0051
Black with #6F0051
Text Example
Text Example
White with #6F0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0051; }
p { color: rgb(111,0,81); }
H1.HeaderClassName
{
color: #6F0051;
}
.AnyTagClassName
{
color: #6F0051;
}
</style>
background-color css
<style>
a { background-color: #6F0051; }
a { background-color: rgb(111,0,81); }
div.DivClassName
{
background-color: #6F0051;
}
.BgClassName
{
background-color: #6F0051;
}
</style>
border-color css
<style>
span { border-color: #6F0051; }
span { border-color: rgb(111,0,81); }
td.TdClassName
{
border-color: #6F0051;
}
.TagClassName
{
border-color: #6F0051;
}
</style>