Shades of Tyrian Purple #6F0456
Tints of Tyrian Purple #6F0456
RGB
CMYK
RGB Variations
Color information
#6F0456 (or 0x6F0456) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 56. RGB value is (111,4,86). Sum of RGB (Red+Green+Blue) = 111+4+86=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0456 is #90FBA9. Grayscale: #2D2D2D. Windows color (decimal): -9501610 or 5637231. OLE color: 5637231.
HSL color Cylindrical-coordinate representation of color #6F0456: hue angle of 314.02º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0456 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 86 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.56 |
| HSL | 314.02º | 0.93% | 0.23% | - |
| HSV(B) | 314.02º | 0.96% | 0.44% | - |
| XYZ | 8.28 | 4.14 | 9.17 | - |
| YUV | 45.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 86 | 0 | 0.96 | 0.23 | 0.56 | 314.02 | 0.93 | 0.23 |
| Hex | 6F | 4 | 56 | 0 | 60 | 17 | 38 | 13A | 5D | 17 |
| Octal | 157 | 4 | 126 | 0 | 140 | 27 | 70 | 472 | 135 | 27 |
| Binary | 1101111 | 100 | 1010110 | 0 | 1100000 | 10111 | 111000 | 100111010 | 1011101 | 10111 |
Color Harmonies of #6F0456
Complementary color
Monochromatic Colors of #6F0456
Black with #6F0456
Text Example
Text Example
White with #6F0456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0456; }
p { color: rgb(111,4,86); }
H1.HeaderClassName
{
color: #6F0456;
}
.AnyTagClassName
{
color: #6F0456;
}
</style>
background-color css
<style>
a { background-color: #6F0456; }
a { background-color: rgb(111,4,86); }
div.DivClassName
{
background-color: #6F0456;
}
.BgClassName
{
background-color: #6F0456;
}
</style>
border-color css
<style>
span { border-color: #6F0456; }
span { border-color: rgb(111,4,86); }
td.TdClassName
{
border-color: #6F0456;
}
.TagClassName
{
border-color: #6F0456;
}
</style>