Shades of Hot Purple #4F184F
Tints of Hot Purple #4F184F
RGB
CMYK
RGB Variations
Color information
#4F184F (or 0x4F184F) is known color: Hot Purple. HEX triplet: 4F, 18 and 4F. RGB value is (79,24,79). Sum of RGB (Red+Green+Blue) = 79+24+79=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F184F is #B0E7B0. Grayscale: #2E2E2E. Windows color (decimal): -11593649 or 5183567. OLE color: 5183567.
HSL color Cylindrical-coordinate representation of color #4F184F: hue angle of 300º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F184F is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 79 | - |
| CMYK | 0 | 0.70 | 0 | 0.69 |
| HSL | 300º | 0.53% | 0.2% | - |
| HSV(B) | 300º | 0.7% | 0.31% | - |
| XYZ | 4.96 | 2.88 | 7.69 | - |
| YUV | 46.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 79 | 0 | 0.70 | 0 | 0.69 | 300 | 0.53 | 0.2 |
| Hex | 4F | 18 | 4F | 0 | 46 | 0 | 45 | 12C | 35 | 14 |
| Octal | 117 | 30 | 117 | 0 | 106 | 0 | 105 | 454 | 65 | 24 |
| Binary | 1001111 | 11000 | 1001111 | 0 | 1000110 | 0 | 1000101 | 100101100 | 110101 | 10100 |
Color Harmonies of #4F184F
Complementary color
Monochromatic Colors of #4F184F
Black with #4F184F
Text Example
Text Example
White with #4F184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F184F; }
p { color: rgb(79,24,79); }
H1.HeaderClassName
{
color: #4F184F;
}
.AnyTagClassName
{
color: #4F184F;
}
</style>
background-color css
<style>
a { background-color: #4F184F; }
a { background-color: rgb(79,24,79); }
div.DivClassName
{
background-color: #4F184F;
}
.BgClassName
{
background-color: #4F184F;
}
</style>
border-color css
<style>
span { border-color: #4F184F; }
span { border-color: rgb(79,24,79); }
td.TdClassName
{
border-color: #4F184F;
}
.TagClassName
{
border-color: #4F184F;
}
</style>