Shades of Tyrian Purple #6F0346
Tints of Tyrian Purple #6F0346
RGB
CMYK
RGB Variations
Color information
#6F0346 (or 0x6F0346) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 46. RGB value is (111,3,70). Sum of RGB (Red+Green+Blue) = 111+3+70=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0346 is #90FCB9. Grayscale: #2A2A2A. Windows color (decimal): -9501882 or 4588399. OLE color: 4588399.
HSL color Cylindrical-coordinate representation of color #6F0346: hue angle of 322.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0346 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 70 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.56 |
| HSL | 322.78º | 0.95% | 0.22% | - |
| HSV(B) | 322.78º | 0.97% | 0.44% | - |
| XYZ | 7.69 | 3.89 | 6.14 | - |
| YUV | 42.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 70 | 0 | 0.97 | 0.37 | 0.56 | 322.78 | 0.95 | 0.22 |
| Hex | 6F | 3 | 46 | 0 | 61 | 25 | 38 | 143 | 5F | 16 |
| Octal | 157 | 3 | 106 | 0 | 141 | 45 | 70 | 503 | 137 | 26 |
| Binary | 1101111 | 11 | 1000110 | 0 | 1100001 | 100101 | 111000 | 101000011 | 1011111 | 10110 |
Color Harmonies of #6F0346
Complementary color
Monochromatic Colors of #6F0346
Black with #6F0346
Text Example
Text Example
White with #6F0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0346; }
p { color: rgb(111,3,70); }
H1.HeaderClassName
{
color: #6F0346;
}
.AnyTagClassName
{
color: #6F0346;
}
</style>
background-color css
<style>
a { background-color: #6F0346; }
a { background-color: rgb(111,3,70); }
div.DivClassName
{
background-color: #6F0346;
}
.BgClassName
{
background-color: #6F0346;
}
</style>
border-color css
<style>
span { border-color: #6F0346; }
span { border-color: rgb(111,3,70); }
td.TdClassName
{
border-color: #6F0346;
}
.TagClassName
{
border-color: #6F0346;
}
</style>