Shades of Hot Purple #4F154C
Tints of Hot Purple #4F154C
RGB
CMYK
RGB Variations
Color information
#4F154C (or 0x4F154C) is known color: Hot Purple. HEX triplet: 4F, 15 and 4C. RGB value is (79,21,76). Sum of RGB (Red+Green+Blue) = 79+21+76=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F154C is #B0EAB3. Grayscale: #2C2C2C. Windows color (decimal): -11594420 or 4986191. OLE color: 4986191.
HSL color Cylindrical-coordinate representation of color #4F154C: hue angle of 303.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F154C is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 76 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.69 |
| HSL | 303.1º | 0.58% | 0.2% | - |
| HSV(B) | 303.1º | 0.73% | 0.31% | - |
| XYZ | 4.8 | 2.72 | 7.11 | - |
| YUV | 44.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 76 | 0 | 0.73 | 0.04 | 0.69 | 303.1 | 0.58 | 0.2 |
| Hex | 4F | 15 | 4C | 0 | 49 | 4 | 45 | 12F | 3A | 14 |
| Octal | 117 | 25 | 114 | 0 | 111 | 4 | 105 | 457 | 72 | 24 |
| Binary | 1001111 | 10101 | 1001100 | 0 | 1001001 | 100 | 1000101 | 100101111 | 111010 | 10100 |
Color Harmonies of #4F154C
Complementary color
Monochromatic Colors of #4F154C
Black with #4F154C
Text Example
Text Example
White with #4F154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F154C; }
p { color: rgb(79,21,76); }
H1.HeaderClassName
{
color: #4F154C;
}
.AnyTagClassName
{
color: #4F154C;
}
</style>
background-color css
<style>
a { background-color: #4F154C; }
a { background-color: rgb(79,21,76); }
div.DivClassName
{
background-color: #4F154C;
}
.BgClassName
{
background-color: #4F154C;
}
</style>
border-color css
<style>
span { border-color: #4F154C; }
span { border-color: rgb(79,21,76); }
td.TdClassName
{
border-color: #4F154C;
}
.TagClassName
{
border-color: #4F154C;
}
</style>