Shades of Tyrian Purple #6F084F
Tints of Tyrian Purple #6F084F
RGB
CMYK
RGB Variations
Color information
#6F084F (or 0x6F084F) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 4F. RGB value is (111,8,79). Sum of RGB (Red+Green+Blue) = 111+8+79=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F084F is #90F7B0. Grayscale: #2E2E2E. Windows color (decimal): -9500593 or 5179503. OLE color: 5179503.
HSL color Cylindrical-coordinate representation of color #6F084F: hue angle of 318.64º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F084F is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 79 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.56 |
| HSL | 318.64º | 0.87% | 0.23% | - |
| HSV(B) | 318.64º | 0.93% | 0.44% | - |
| XYZ | 8.05 | 4.12 | 7.77 | - |
| YUV | 46.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 79 | 0 | 0.93 | 0.29 | 0.56 | 318.64 | 0.87 | 0.23 |
| Hex | 6F | 8 | 4F | 0 | 5D | 1D | 38 | 13F | 57 | 17 |
| Octal | 157 | 10 | 117 | 0 | 135 | 35 | 70 | 477 | 127 | 27 |
| Binary | 1101111 | 1000 | 1001111 | 0 | 1011101 | 11101 | 111000 | 100111111 | 1010111 | 10111 |
Color Harmonies of #6F084F
Complementary color
Monochromatic Colors of #6F084F
Black with #6F084F
Text Example
Text Example
White with #6F084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F084F; }
p { color: rgb(111,8,79); }
H1.HeaderClassName
{
color: #6F084F;
}
.AnyTagClassName
{
color: #6F084F;
}
</style>
background-color css
<style>
a { background-color: #6F084F; }
a { background-color: rgb(111,8,79); }
div.DivClassName
{
background-color: #6F084F;
}
.BgClassName
{
background-color: #6F084F;
}
</style>
border-color css
<style>
span { border-color: #6F084F; }
span { border-color: rgb(111,8,79); }
td.TdClassName
{
border-color: #6F084F;
}
.TagClassName
{
border-color: #6F084F;
}
</style>