Shades of Hot Purple #4F1B50
Tints of Hot Purple #4F1B50
RGB
CMYK
RGB Variations
Color information
#4F1B50 (or 0x4F1B50) is known color: Hot Purple. HEX triplet: 4F, 1B and 50. RGB value is (79,27,80). Sum of RGB (Red+Green+Blue) = 79+27+80=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F1B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1B50 is #B0E4AF. Grayscale: #303030. Windows color (decimal): -11592880 or 5249871. OLE color: 5249871.
HSL color Cylindrical-coordinate representation of color #4F1B50: hue angle of 298.87º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B50 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 80 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.69 |
| HSL | 298.87º | 0.5% | 0.21% | - |
| HSV(B) | 298.87º | 0.66% | 0.31% | - |
| XYZ | 5.06 | 3.03 | 7.91 | - |
| YUV | 48.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 80 | 0.01 | 0.66 | 0 | 0.69 | 298.87 | 0.5 | 0.21 |
| Hex | 4F | 1B | 50 | 1 | 42 | 0 | 45 | 12B | 32 | 15 |
| Octal | 117 | 33 | 120 | 1 | 102 | 0 | 105 | 453 | 62 | 25 |
| Binary | 1001111 | 11011 | 1010000 | 1 | 1000010 | 0 | 1000101 | 100101011 | 110010 | 10101 |
Color Harmonies of #4F1B50
Complementary color
Monochromatic Colors of #4F1B50
Black with #4F1B50
Text Example
Text Example
White with #4F1B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B50; }
p { color: rgb(79,27,80); }
H1.HeaderClassName
{
color: #4F1B50;
}
.AnyTagClassName
{
color: #4F1B50;
}
</style>
background-color css
<style>
a { background-color: #4F1B50; }
a { background-color: rgb(79,27,80); }
div.DivClassName
{
background-color: #4F1B50;
}
.BgClassName
{
background-color: #4F1B50;
}
</style>
border-color css
<style>
span { border-color: #4F1B50; }
span { border-color: rgb(79,27,80); }
td.TdClassName
{
border-color: #4F1B50;
}
.TagClassName
{
border-color: #4F1B50;
}
</style>