Shades of Hot Purple #4F1A50
Tints of Hot Purple #4F1A50
RGB
CMYK
RGB Variations
Color information
#4F1A50 (or 0x4F1A50) is known color: Hot Purple. HEX triplet: 4F, 1A and 50. RGB value is (79,26,80). Sum of RGB (Red+Green+Blue) = 79+26+80=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F1A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1A50 is #B0E5AF. Grayscale: #2F2F2F. Windows color (decimal): -11593136 or 5249615. OLE color: 5249615.
HSL color Cylindrical-coordinate representation of color #4F1A50: hue angle of 298.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F1A50 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 26 | 80 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.69 |
| HSL | 298.89º | 0.51% | 0.21% | - |
| HSV(B) | 298.89º | 0.68% | 0.31% | - |
| XYZ | 5.04 | 2.98 | 7.9 | - |
| YUV | 48 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 80 | 0.01 | 0.67 | 0 | 0.69 | 298.89 | 0.51 | 0.21 |
| Hex | 4F | 1A | 50 | 1 | 43 | 0 | 45 | 12B | 33 | 15 |
| Octal | 117 | 32 | 120 | 1 | 103 | 0 | 105 | 453 | 63 | 25 |
| Binary | 1001111 | 11010 | 1010000 | 1 | 1000011 | 0 | 1000101 | 100101011 | 110011 | 10101 |
Color Harmonies of #4F1A50
Complementary color
Monochromatic Colors of #4F1A50
Black with #4F1A50
Text Example
Text Example
White with #4F1A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A50; }
p { color: rgb(79,26,80); }
H1.HeaderClassName
{
color: #4F1A50;
}
.AnyTagClassName
{
color: #4F1A50;
}
</style>
background-color css
<style>
a { background-color: #4F1A50; }
a { background-color: rgb(79,26,80); }
div.DivClassName
{
background-color: #4F1A50;
}
.BgClassName
{
background-color: #4F1A50;
}
</style>
border-color css
<style>
span { border-color: #4F1A50; }
span { border-color: rgb(79,26,80); }
td.TdClassName
{
border-color: #4F1A50;
}
.TagClassName
{
border-color: #4F1A50;
}
</style>