Shades of Tyrian Purple #6F0356
Tints of Tyrian Purple #6F0356
RGB
CMYK
RGB Variations
Color information
#6F0356 (or 0x6F0356) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 56. RGB value is (111,3,86). Sum of RGB (Red+Green+Blue) = 111+3+86=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0356 is #90FCA9. Grayscale: #2C2C2C. Windows color (decimal): -9501866 or 5636975. OLE color: 5636975.
HSL color Cylindrical-coordinate representation of color #6F0356: hue angle of 313.89º 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 #6F0356 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 86 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.56 |
| HSL | 313.89º | 0.95% | 0.22% | - |
| HSV(B) | 313.89º | 0.97% | 0.44% | - |
| XYZ | 8.27 | 4.12 | 9.16 | - |
| YUV | 44.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 86 | 0 | 0.97 | 0.23 | 0.56 | 313.89 | 0.95 | 0.22 |
| Hex | 6F | 3 | 56 | 0 | 61 | 17 | 38 | 13A | 5F | 16 |
| Octal | 157 | 3 | 126 | 0 | 141 | 27 | 70 | 472 | 137 | 26 |
| Binary | 1101111 | 11 | 1010110 | 0 | 1100001 | 10111 | 111000 | 100111010 | 1011111 | 10110 |
Color Harmonies of #6F0356
Complementary color
Monochromatic Colors of #6F0356
Black with #6F0356
Text Example
Text Example
White with #6F0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0356; }
p { color: rgb(111,3,86); }
H1.HeaderClassName
{
color: #6F0356;
}
.AnyTagClassName
{
color: #6F0356;
}
</style>
background-color css
<style>
a { background-color: #6F0356; }
a { background-color: rgb(111,3,86); }
div.DivClassName
{
background-color: #6F0356;
}
.BgClassName
{
background-color: #6F0356;
}
</style>
border-color css
<style>
span { border-color: #6F0356; }
span { border-color: rgb(111,3,86); }
td.TdClassName
{
border-color: #6F0356;
}
.TagClassName
{
border-color: #6F0356;
}
</style>