Shades of Tyrian Purple #4F0940
Tints of Tyrian Purple #4F0940
RGB
CMYK
RGB Variations
Color information
#4F0940 (or 0x4F0940) is known color: Tyrian Purple. HEX triplet: 4F, 09 and 40. RGB value is (79,9,64). Sum of RGB (Red+Green+Blue) = 79+9+64=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0940 is #B0F6BF. Grayscale: #242424. Windows color (decimal): -11597504 or 4196687. OLE color: 4196687.
HSL color Cylindrical-coordinate representation of color #4F0940: hue angle of 312.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0940 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 9 | 64 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.69 |
| HSL | 312.86º | 0.8% | 0.17% | - |
| HSV(B) | 312.86º | 0.89% | 0.31% | - |
| XYZ | 4.25 | 2.23 | 5.06 | - |
| YUV | 36.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 64 | 0 | 0.89 | 0.19 | 0.69 | 312.86 | 0.8 | 0.17 |
| Hex | 4F | 9 | 40 | 0 | 59 | 13 | 45 | 139 | 50 | 11 |
| Octal | 117 | 11 | 100 | 0 | 131 | 23 | 105 | 471 | 120 | 21 |
| Binary | 1001111 | 1001 | 1000000 | 0 | 1011001 | 10011 | 1000101 | 100111001 | 1010000 | 10001 |
Color Harmonies of #4F0940
Complementary color
Monochromatic Colors of #4F0940
Black with #4F0940
Text Example
Text Example
White with #4F0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0940; }
p { color: rgb(79,9,64); }
H1.HeaderClassName
{
color: #4F0940;
}
.AnyTagClassName
{
color: #4F0940;
}
</style>
background-color css
<style>
a { background-color: #4F0940; }
a { background-color: rgb(79,9,64); }
div.DivClassName
{
background-color: #4F0940;
}
.BgClassName
{
background-color: #4F0940;
}
</style>
border-color css
<style>
span { border-color: #4F0940; }
span { border-color: rgb(79,9,64); }
td.TdClassName
{
border-color: #4F0940;
}
.TagClassName
{
border-color: #4F0940;
}
</style>