Shades of Tyrian Purple #6F0950
Tints of Tyrian Purple #6F0950
RGB
CMYK
RGB Variations
Color information
#6F0950 (or 0x6F0950) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 50. RGB value is (111,9,80). Sum of RGB (Red+Green+Blue) = 111+9+80=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0950 is #90F6AF. Grayscale: #2F2F2F. Windows color (decimal): -9500336 or 5245295. OLE color: 5245295.
HSL color Cylindrical-coordinate representation of color #6F0950: hue angle of 318.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0950 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 80 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.56 |
| HSL | 318.24º | 0.85% | 0.24% | - |
| HSV(B) | 318.24º | 0.92% | 0.44% | - |
| XYZ | 8.1 | 4.15 | 7.96 | - |
| YUV | 47.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 80 | 0 | 0.92 | 0.28 | 0.56 | 318.24 | 0.85 | 0.24 |
| Hex | 6F | 9 | 50 | 0 | 5C | 1C | 38 | 13E | 55 | 18 |
| Octal | 157 | 11 | 120 | 0 | 134 | 34 | 70 | 476 | 125 | 30 |
| Binary | 1101111 | 1001 | 1010000 | 0 | 1011100 | 11100 | 111000 | 100111110 | 1010101 | 11000 |
Color Harmonies of #6F0950
Complementary color
Monochromatic Colors of #6F0950
Black with #6F0950
Text Example
Text Example
White with #6F0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0950; }
p { color: rgb(111,9,80); }
H1.HeaderClassName
{
color: #6F0950;
}
.AnyTagClassName
{
color: #6F0950;
}
</style>
background-color css
<style>
a { background-color: #6F0950; }
a { background-color: rgb(111,9,80); }
div.DivClassName
{
background-color: #6F0950;
}
.BgClassName
{
background-color: #6F0950;
}
</style>
border-color css
<style>
span { border-color: #6F0950; }
span { border-color: rgb(111,9,80); }
td.TdClassName
{
border-color: #6F0950;
}
.TagClassName
{
border-color: #6F0950;
}
</style>