Shades of Hot Purple #4F124C
Tints of Hot Purple #4F124C
RGB
CMYK
RGB Variations
Color information
#4F124C (or 0x4F124C) is known color: Hot Purple. HEX triplet: 4F, 12 and 4C. RGB value is (79,18,76). Sum of RGB (Red+Green+Blue) = 79+18+76=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F124C is #B0EDB3. Grayscale: #2A2A2A. Windows color (decimal): -11595188 or 4985423. OLE color: 4985423.
HSL color Cylindrical-coordinate representation of color #4F124C: hue angle of 302.95º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F124C is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 76 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.69 |
| HSL | 302.95º | 0.63% | 0.19% | - |
| HSV(B) | 302.95º | 0.77% | 0.31% | - |
| XYZ | 4.75 | 2.62 | 7.09 | - |
| YUV | 42.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 76 | 0 | 0.77 | 0.04 | 0.69 | 302.95 | 0.63 | 0.19 |
| Hex | 4F | 12 | 4C | 0 | 4D | 4 | 45 | 12F | 3F | 13 |
| Octal | 117 | 22 | 114 | 0 | 115 | 4 | 105 | 457 | 77 | 23 |
| Binary | 1001111 | 10010 | 1001100 | 0 | 1001101 | 100 | 1000101 | 100101111 | 111111 | 10011 |
Color Harmonies of #4F124C
Complementary color
Monochromatic Colors of #4F124C
Black with #4F124C
Text Example
Text Example
White with #4F124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F124C; }
p { color: rgb(79,18,76); }
H1.HeaderClassName
{
color: #4F124C;
}
.AnyTagClassName
{
color: #4F124C;
}
</style>
background-color css
<style>
a { background-color: #4F124C; }
a { background-color: rgb(79,18,76); }
div.DivClassName
{
background-color: #4F124C;
}
.BgClassName
{
background-color: #4F124C;
}
</style>
border-color css
<style>
span { border-color: #4F124C; }
span { border-color: rgb(79,18,76); }
td.TdClassName
{
border-color: #4F124C;
}
.TagClassName
{
border-color: #4F124C;
}
</style>