Shades of Hot Purple #4F144D
Tints of Hot Purple #4F144D
RGB
CMYK
RGB Variations
Color information
#4F144D (or 0x4F144D) is known color: Hot Purple. HEX triplet: 4F, 14 and 4D. RGB value is (79,20,77). Sum of RGB (Red+Green+Blue) = 79+20+77=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F144D is #B0EBB2. Grayscale: #2B2B2B. Windows color (decimal): -11594675 or 5051471. OLE color: 5051471.
HSL color Cylindrical-coordinate representation of color #4F144D: hue angle of 302.03º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F144D is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 77 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.69 |
| HSL | 302.03º | 0.6% | 0.19% | - |
| HSV(B) | 302.03º | 0.75% | 0.31% | - |
| XYZ | 4.81 | 2.7 | 7.29 | - |
| YUV | 44.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 77 | 0 | 0.75 | 0.03 | 0.69 | 302.03 | 0.6 | 0.19 |
| Hex | 4F | 14 | 4D | 0 | 4B | 3 | 45 | 12E | 3C | 13 |
| Octal | 117 | 24 | 115 | 0 | 113 | 3 | 105 | 456 | 74 | 23 |
| Binary | 1001111 | 10100 | 1001101 | 0 | 1001011 | 11 | 1000101 | 100101110 | 111100 | 10011 |
Color Harmonies of #4F144D
Complementary color
Monochromatic Colors of #4F144D
Black with #4F144D
Text Example
Text Example
White with #4F144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F144D; }
p { color: rgb(79,20,77); }
H1.HeaderClassName
{
color: #4F144D;
}
.AnyTagClassName
{
color: #4F144D;
}
</style>
background-color css
<style>
a { background-color: #4F144D; }
a { background-color: rgb(79,20,77); }
div.DivClassName
{
background-color: #4F144D;
}
.BgClassName
{
background-color: #4F144D;
}
</style>
border-color css
<style>
span { border-color: #4F144D; }
span { border-color: rgb(79,20,77); }
td.TdClassName
{
border-color: #4F144D;
}
.TagClassName
{
border-color: #4F144D;
}
</style>