Shades of Tyrian Purple #4F0B42
Tints of Tyrian Purple #4F0B42
RGB
CMYK
RGB Variations
Color information
#4F0B42 (or 0x4F0B42) is known color: Tyrian Purple. HEX triplet: 4F, 0B and 42. RGB value is (79,11,66). Sum of RGB (Red+Green+Blue) = 79+11+66=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0B42 is #B0F4BD. Grayscale: #252525. Windows color (decimal): -11596990 or 4328271. OLE color: 4328271.
HSL color Cylindrical-coordinate representation of color #4F0B42: hue angle of 311.47º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F0B42 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 11 | 66 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.69 |
| HSL | 311.47º | 0.76% | 0.18% | - |
| HSV(B) | 311.47º | 0.86% | 0.31% | - |
| XYZ | 4.33 | 2.29 | 5.37 | - |
| YUV | 37.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 66 | 0 | 0.86 | 0.16 | 0.69 | 311.47 | 0.76 | 0.18 |
| Hex | 4F | B | 42 | 0 | 56 | 10 | 45 | 137 | 4C | 12 |
| Octal | 117 | 13 | 102 | 0 | 126 | 20 | 105 | 467 | 114 | 22 |
| Binary | 1001111 | 1011 | 1000010 | 0 | 1010110 | 10000 | 1000101 | 100110111 | 1001100 | 10010 |
Color Harmonies of #4F0B42
Complementary color
Monochromatic Colors of #4F0B42
Black with #4F0B42
Text Example
Text Example
White with #4F0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0B42; }
p { color: rgb(79,11,66); }
H1.HeaderClassName
{
color: #4F0B42;
}
.AnyTagClassName
{
color: #4F0B42;
}
</style>
background-color css
<style>
a { background-color: #4F0B42; }
a { background-color: rgb(79,11,66); }
div.DivClassName
{
background-color: #4F0B42;
}
.BgClassName
{
background-color: #4F0B42;
}
</style>
border-color css
<style>
span { border-color: #4F0B42; }
span { border-color: rgb(79,11,66); }
td.TdClassName
{
border-color: #4F0B42;
}
.TagClassName
{
border-color: #4F0B42;
}
</style>