Shades of Tyrian Purple #4F023E
Tints of Tyrian Purple #4F023E
RGB
CMYK
RGB Variations
Color information
#4F023E (or 0x4F023E) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 3E. RGB value is (79,2,62). Sum of RGB (Red+Green+Blue) = 79+2+62=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F023E is #B0FDC1. Grayscale: #1F1F1F. Windows color (decimal): -11599298 or 4063823. OLE color: 4063823.
HSL color Cylindrical-coordinate representation of color #4F023E: hue angle of 313.25º 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 #4F023E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 62 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.69 |
| HSL | 313.25º | 0.95% | 0.16% | - |
| HSV(B) | 313.25º | 0.97% | 0.31% | - |
| XYZ | 4.12 | 2.05 | 4.74 | - |
| YUV | 31.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 62 | 0 | 0.97 | 0.22 | 0.69 | 313.25 | 0.95 | 0.16 |
| Hex | 4F | 2 | 3E | 0 | 61 | 16 | 45 | 139 | 5F | 10 |
| Octal | 117 | 2 | 76 | 0 | 141 | 26 | 105 | 471 | 137 | 20 |
| Binary | 1001111 | 10 | 111110 | 0 | 1100001 | 10110 | 1000101 | 100111001 | 1011111 | 10000 |
Color Harmonies of #4F023E
Complementary color
Monochromatic Colors of #4F023E
Black with #4F023E
Text Example
Text Example
White with #4F023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F023E; }
p { color: rgb(79,2,62); }
H1.HeaderClassName
{
color: #4F023E;
}
.AnyTagClassName
{
color: #4F023E;
}
</style>
background-color css
<style>
a { background-color: #4F023E; }
a { background-color: rgb(79,2,62); }
div.DivClassName
{
background-color: #4F023E;
}
.BgClassName
{
background-color: #4F023E;
}
</style>
border-color css
<style>
span { border-color: #4F023E; }
span { border-color: rgb(79,2,62); }
td.TdClassName
{
border-color: #4F023E;
}
.TagClassName
{
border-color: #4F023E;
}
</style>