Shades of Tyrian Purple #4F0231
Tints of Tyrian Purple #4F0231
RGB
CMYK
RGB Variations
Color information
#4F0231 (or 0x4F0231) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 31. RGB value is (79,2,49). Sum of RGB (Red+Green+Blue) = 79+2+49=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0231 is #B0FDCE. Grayscale: #1E1E1E. Windows color (decimal): -11599311 or 3211855. OLE color: 3211855.
HSL color Cylindrical-coordinate representation of color #4F0231: hue angle of 323.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0231 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 49 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.69 |
| HSL | 323.38º | 0.95% | 0.16% | - |
| HSV(B) | 323.38º | 0.97% | 0.31% | - |
| XYZ | 3.8 | 1.93 | 3.08 | - |
| YUV | 30.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 49 | 0 | 0.97 | 0.38 | 0.69 | 323.38 | 0.95 | 0.16 |
| Hex | 4F | 2 | 31 | 0 | 61 | 26 | 45 | 143 | 5F | 10 |
| Octal | 117 | 2 | 61 | 0 | 141 | 46 | 105 | 503 | 137 | 20 |
| Binary | 1001111 | 10 | 110001 | 0 | 1100001 | 100110 | 1000101 | 101000011 | 1011111 | 10000 |
Color Harmonies of #4F0231
Complementary color
Monochromatic Colors of #4F0231
Black with #4F0231
Text Example
Text Example
White with #4F0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0231; }
p { color: rgb(79,2,49); }
H1.HeaderClassName
{
color: #4F0231;
}
.AnyTagClassName
{
color: #4F0231;
}
</style>
background-color css
<style>
a { background-color: #4F0231; }
a { background-color: rgb(79,2,49); }
div.DivClassName
{
background-color: #4F0231;
}
.BgClassName
{
background-color: #4F0231;
}
</style>
border-color css
<style>
span { border-color: #4F0231; }
span { border-color: rgb(79,2,49); }
td.TdClassName
{
border-color: #4F0231;
}
.TagClassName
{
border-color: #4F0231;
}
</style>