Shades of Tyrian Purple #6F0547
Tints of Tyrian Purple #6F0547
RGB
CMYK
RGB Variations
Color information
#6F0547 (or 0x6F0547) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 47. RGB value is (111,5,71). Sum of RGB (Red+Green+Blue) = 111+5+71=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0547 is #90FAB8. Grayscale: #2C2C2C. Windows color (decimal): -9501369 or 4654447. OLE color: 4654447.
HSL color Cylindrical-coordinate representation of color #6F0547: hue angle of 322.64º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0547 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 71 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.56 |
| HSL | 322.64º | 0.91% | 0.23% | - |
| HSV(B) | 322.64º | 0.95% | 0.44% | - |
| XYZ | 7.75 | 3.94 | 6.31 | - |
| YUV | 44.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 71 | 0 | 0.95 | 0.36 | 0.56 | 322.64 | 0.91 | 0.23 |
| Hex | 6F | 5 | 47 | 0 | 5F | 24 | 38 | 143 | 5B | 17 |
| Octal | 157 | 5 | 107 | 0 | 137 | 44 | 70 | 503 | 133 | 27 |
| Binary | 1101111 | 101 | 1000111 | 0 | 1011111 | 100100 | 111000 | 101000011 | 1011011 | 10111 |
Color Harmonies of #6F0547
Complementary color
Monochromatic Colors of #6F0547
Black with #6F0547
Text Example
Text Example
White with #6F0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0547; }
p { color: rgb(111,5,71); }
H1.HeaderClassName
{
color: #6F0547;
}
.AnyTagClassName
{
color: #6F0547;
}
</style>
background-color css
<style>
a { background-color: #6F0547; }
a { background-color: rgb(111,5,71); }
div.DivClassName
{
background-color: #6F0547;
}
.BgClassName
{
background-color: #6F0547;
}
</style>
border-color css
<style>
span { border-color: #6F0547; }
span { border-color: rgb(111,5,71); }
td.TdClassName
{
border-color: #6F0547;
}
.TagClassName
{
border-color: #6F0547;
}
</style>