Shades of Hot Purple #4F1354
Tints of Hot Purple #4F1354
RGB
CMYK
RGB Variations
Color information
#4F1354 (or 0x4F1354) is known color: Hot Purple. HEX triplet: 4F, 13 and 54. RGB value is (79,19,84). Sum of RGB (Red+Green+Blue) = 79+19+84=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #4F1354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1354 is #B0ECAB. Grayscale: #2C2C2C. Windows color (decimal): -11594924 or 5509967. OLE color: 5509967.
HSL color Cylindrical-coordinate representation of color #4F1354: hue angle of 295.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1354 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 19 | 84 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.67 |
| HSL | 295.38º | 0.63% | 0.2% | - |
| HSV(B) | 295.38º | 0.77% | 0.33% | - |
| XYZ | 5.06 | 2.77 | 8.66 | - |
| YUV | 44.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 84 | 0.06 | 0.77 | 0 | 0.67 | 295.38 | 0.63 | 0.2 |
| Hex | 4F | 13 | 54 | 6 | 4D | 0 | 43 | 127 | 3F | 14 |
| Octal | 117 | 23 | 124 | 6 | 115 | 0 | 103 | 447 | 77 | 24 |
| Binary | 1001111 | 10011 | 1010100 | 110 | 1001101 | 0 | 1000011 | 100100111 | 111111 | 10100 |
Color Harmonies of #4F1354
Complementary color
Monochromatic Colors of #4F1354
Black with #4F1354
Text Example
Text Example
White with #4F1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1354; }
p { color: rgb(79,19,84); }
H1.HeaderClassName
{
color: #4F1354;
}
.AnyTagClassName
{
color: #4F1354;
}
</style>
background-color css
<style>
a { background-color: #4F1354; }
a { background-color: rgb(79,19,84); }
div.DivClassName
{
background-color: #4F1354;
}
.BgClassName
{
background-color: #4F1354;
}
</style>
border-color css
<style>
span { border-color: #4F1354; }
span { border-color: rgb(79,19,84); }
td.TdClassName
{
border-color: #4F1354;
}
.TagClassName
{
border-color: #4F1354;
}
</style>