Shades of Tyrian Purple #6F0050
Tints of Tyrian Purple #6F0050
RGB
CMYK
RGB Variations
Color information
#6F0050 (or 0x6F0050) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 50. RGB value is (111,0,80). Sum of RGB (Red+Green+Blue) = 111+0+80=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0050 is #90FFAF. Grayscale: #2A2A2A. Windows color (decimal): -9502640 or 5242991. OLE color: 5242991.
HSL color Cylindrical-coordinate representation of color #6F0050: hue angle of 316.76º 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 #6F0050 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.28 | 0.56 |
| HSL | 316.76º | 1% | 0.22% | - |
| HSV(B) | 316.76º | 1% | 0.44% | - |
| XYZ | 8 | 3.96 | 7.93 | - |
| YUV | 42.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 80 | 0 | 1 | 0.28 | 0.56 | 316.76 | 1 | 0.22 |
| Hex | 6F | 0 | 50 | 0 | 64 | 1C | 38 | 13D | 64 | 16 |
| Octal | 157 | 0 | 120 | 0 | 144 | 34 | 70 | 475 | 144 | 26 |
| Binary | 1101111 | 0 | 1010000 | 0 | 1100100 | 11100 | 111000 | 100111101 | 1100100 | 10110 |
Color Harmonies of #6F0050
Complementary color
Monochromatic Colors of #6F0050
Black with #6F0050
Text Example
Text Example
White with #6F0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0050; }
p { color: rgb(111,0,80); }
H1.HeaderClassName
{
color: #6F0050;
}
.AnyTagClassName
{
color: #6F0050;
}
</style>
background-color css
<style>
a { background-color: #6F0050; }
a { background-color: rgb(111,0,80); }
div.DivClassName
{
background-color: #6F0050;
}
.BgClassName
{
background-color: #6F0050;
}
</style>
border-color css
<style>
span { border-color: #6F0050; }
span { border-color: rgb(111,0,80); }
td.TdClassName
{
border-color: #6F0050;
}
.TagClassName
{
border-color: #6F0050;
}
</style>