Shades of Tyrian Purple #4F023A
Tints of Tyrian Purple #4F023A
RGB
CMYK
RGB Variations
Color information
#4F023A (or 0x4F023A) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 3A. RGB value is (79,2,58). Sum of RGB (Red+Green+Blue) = 79+2+58=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F023A is #B0FDC5. Grayscale: #1F1F1F. Windows color (decimal): -11599302 or 3801679. OLE color: 3801679.
HSL color Cylindrical-coordinate representation of color #4F023A: hue angle of 316.36º 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 #4F023A is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 58 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.69 |
| HSL | 316.36º | 0.95% | 0.16% | - |
| HSV(B) | 316.36º | 0.97% | 0.31% | - |
| XYZ | 4.01 | 2.01 | 4.18 | - |
| YUV | 31.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 58 | 0 | 0.97 | 0.27 | 0.69 | 316.36 | 0.95 | 0.16 |
| Hex | 4F | 2 | 3A | 0 | 61 | 1B | 45 | 13C | 5F | 10 |
| Octal | 117 | 2 | 72 | 0 | 141 | 33 | 105 | 474 | 137 | 20 |
| Binary | 1001111 | 10 | 111010 | 0 | 1100001 | 11011 | 1000101 | 100111100 | 1011111 | 10000 |
Color Harmonies of #4F023A
Complementary color
Monochromatic Colors of #4F023A
Black with #4F023A
Text Example
Text Example
White with #4F023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F023A; }
p { color: rgb(79,2,58); }
H1.HeaderClassName
{
color: #4F023A;
}
.AnyTagClassName
{
color: #4F023A;
}
</style>
background-color css
<style>
a { background-color: #4F023A; }
a { background-color: rgb(79,2,58); }
div.DivClassName
{
background-color: #4F023A;
}
.BgClassName
{
background-color: #4F023A;
}
</style>
border-color css
<style>
span { border-color: #4F023A; }
span { border-color: rgb(79,2,58); }
td.TdClassName
{
border-color: #4F023A;
}
.TagClassName
{
border-color: #4F023A;
}
</style>