Shades of Tyrian Purple #6F0042
Tints of Tyrian Purple #6F0042
RGB
CMYK
RGB Variations
Color information
#6F0042 (or 0x6F0042) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 42. RGB value is (111,0,66). Sum of RGB (Red+Green+Blue) = 111+0+66=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0042 is #90FFBD. Grayscale: #282828. Windows color (decimal): -9502654 or 4325487. OLE color: 4325487.
HSL color Cylindrical-coordinate representation of color #6F0042: hue angle of 324.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0042 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.41 | 0.56 |
| HSL | 324.32º | 1% | 0.22% | - |
| HSV(B) | 324.32º | 1% | 0.44% | - |
| XYZ | 7.54 | 3.77 | 5.49 | - |
| YUV | 40.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 66 | 0 | 1 | 0.41 | 0.56 | 324.32 | 1 | 0.22 |
| Hex | 6F | 0 | 42 | 0 | 64 | 29 | 38 | 144 | 64 | 16 |
| Octal | 157 | 0 | 102 | 0 | 144 | 51 | 70 | 504 | 144 | 26 |
| Binary | 1101111 | 0 | 1000010 | 0 | 1100100 | 101001 | 111000 | 101000100 | 1100100 | 10110 |
Color Harmonies of #6F0042
Complementary color
Monochromatic Colors of #6F0042
Black with #6F0042
Text Example
Text Example
White with #6F0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0042; }
p { color: rgb(111,0,66); }
H1.HeaderClassName
{
color: #6F0042;
}
.AnyTagClassName
{
color: #6F0042;
}
</style>
background-color css
<style>
a { background-color: #6F0042; }
a { background-color: rgb(111,0,66); }
div.DivClassName
{
background-color: #6F0042;
}
.BgClassName
{
background-color: #6F0042;
}
</style>
border-color css
<style>
span { border-color: #6F0042; }
span { border-color: rgb(111,0,66); }
td.TdClassName
{
border-color: #6F0042;
}
.TagClassName
{
border-color: #6F0042;
}
</style>