Shades of Hot Purple #4F1559
Tints of Hot Purple #4F1559
RGB
CMYK
RGB Variations
Color information
#4F1559 (or 0x4F1559) is known color: Hot Purple. HEX triplet: 4F, 15 and 59. RGB value is (79,21,89). Sum of RGB (Red+Green+Blue) = 79+21+89=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1559 is #B0EAA6. Grayscale: #2D2D2D. Windows color (decimal): -11594407 or 5838159. OLE color: 5838159.
HSL color Cylindrical-coordinate representation of color #4F1559: hue angle of 291.18º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1559 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 21 | 89 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.65 |
| HSL | 291.18º | 0.62% | 0.22% | - |
| HSV(B) | 291.18º | 0.76% | 0.35% | - |
| XYZ | 5.3 | 2.92 | 9.74 | - |
| YUV | 46.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 89 | 0.11 | 0.76 | 0 | 0.65 | 291.18 | 0.62 | 0.22 |
| Hex | 4F | 15 | 59 | B | 4C | 0 | 41 | 123 | 3E | 16 |
| Octal | 117 | 25 | 131 | 13 | 114 | 0 | 101 | 443 | 76 | 26 |
| Binary | 1001111 | 10101 | 1011001 | 1011 | 1001100 | 0 | 1000001 | 100100011 | 111110 | 10110 |
Color Harmonies of #4F1559
Complementary color
Monochromatic Colors of #4F1559
Black with #4F1559
Text Example
Text Example
White with #4F1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1559; }
p { color: rgb(79,21,89); }
H1.HeaderClassName
{
color: #4F1559;
}
.AnyTagClassName
{
color: #4F1559;
}
</style>
background-color css
<style>
a { background-color: #4F1559; }
a { background-color: rgb(79,21,89); }
div.DivClassName
{
background-color: #4F1559;
}
.BgClassName
{
background-color: #4F1559;
}
</style>
border-color css
<style>
span { border-color: #4F1559; }
span { border-color: rgb(79,21,89); }
td.TdClassName
{
border-color: #4F1559;
}
.TagClassName
{
border-color: #4F1559;
}
</style>