Shades of Hot Purple #4F1451
Tints of Hot Purple #4F1451
RGB
CMYK
RGB Variations
Color information
#4F1451 (or 0x4F1451) is known color: Hot Purple. HEX triplet: 4F, 14 and 51. RGB value is (79,20,81). Sum of RGB (Red+Green+Blue) = 79+20+81=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F1451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1451 is #B0EBAE. Grayscale: #2C2C2C. Windows color (decimal): -11594671 or 5313615. OLE color: 5313615.
HSL color Cylindrical-coordinate representation of color #4F1451: hue angle of 298.03º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1451 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 20 | 81 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.68 |
| HSL | 298.03º | 0.6% | 0.2% | - |
| HSV(B) | 298.03º | 0.75% | 0.32% | - |
| XYZ | 4.96 | 2.76 | 8.06 | - |
| YUV | 44.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 81 | 0.02 | 0.75 | 0 | 0.68 | 298.03 | 0.6 | 0.2 |
| Hex | 4F | 14 | 51 | 2 | 4B | 0 | 44 | 12A | 3C | 14 |
| Octal | 117 | 24 | 121 | 2 | 113 | 0 | 104 | 452 | 74 | 24 |
| Binary | 1001111 | 10100 | 1010001 | 10 | 1001011 | 0 | 1000100 | 100101010 | 111100 | 10100 |
Color Harmonies of #4F1451
Complementary color
Monochromatic Colors of #4F1451
Black with #4F1451
Text Example
Text Example
White with #4F1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1451; }
p { color: rgb(79,20,81); }
H1.HeaderClassName
{
color: #4F1451;
}
.AnyTagClassName
{
color: #4F1451;
}
</style>
background-color css
<style>
a { background-color: #4F1451; }
a { background-color: rgb(79,20,81); }
div.DivClassName
{
background-color: #4F1451;
}
.BgClassName
{
background-color: #4F1451;
}
</style>
border-color css
<style>
span { border-color: #4F1451; }
span { border-color: rgb(79,20,81); }
td.TdClassName
{
border-color: #4F1451;
}
.TagClassName
{
border-color: #4F1451;
}
</style>