Shades of Tyrian Purple #6F0E44
Tints of Tyrian Purple #6F0E44
RGB
CMYK
RGB Variations
Color information
#6F0E44 (or 0x6F0E44) is known color: Tyrian Purple. HEX triplet: 6F, 0E and 44. RGB value is (111,14,68). Sum of RGB (Red+Green+Blue) = 111+14+68=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E44 is #90F1BB. Grayscale: #313131. Windows color (decimal): -9499068 or 4460143. OLE color: 4460143.
HSL color Cylindrical-coordinate representation of color #6F0E44: hue angle of 326.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E44 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 68 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.56 |
| HSL | 326.6º | 0.78% | 0.25% | - |
| HSV(B) | 326.6º | 0.87% | 0.44% | - |
| XYZ | 7.76 | 4.11 | 5.85 | - |
| YUV | 49.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 68 | 0 | 0.87 | 0.39 | 0.56 | 326.6 | 0.78 | 0.25 |
| Hex | 6F | E | 44 | 0 | 57 | 27 | 38 | 147 | 4E | 19 |
| Octal | 157 | 16 | 104 | 0 | 127 | 47 | 70 | 507 | 116 | 31 |
| Binary | 1101111 | 1110 | 1000100 | 0 | 1010111 | 100111 | 111000 | 101000111 | 1001110 | 11001 |
Color Harmonies of #6F0E44
Complementary color
Monochromatic Colors of #6F0E44
Black with #6F0E44
Text Example
Text Example
White with #6F0E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E44; }
p { color: rgb(111,14,68); }
H1.HeaderClassName
{
color: #6F0E44;
}
.AnyTagClassName
{
color: #6F0E44;
}
</style>
background-color css
<style>
a { background-color: #6F0E44; }
a { background-color: rgb(111,14,68); }
div.DivClassName
{
background-color: #6F0E44;
}
.BgClassName
{
background-color: #6F0E44;
}
</style>
border-color css
<style>
span { border-color: #6F0E44; }
span { border-color: rgb(111,14,68); }
td.TdClassName
{
border-color: #6F0E44;
}
.TagClassName
{
border-color: #6F0E44;
}
</style>