Shades of Hot Purple #4F1D4C
Tints of Hot Purple #4F1D4C
RGB
CMYK
RGB Variations
Color information
#4F1D4C (or 0x4F1D4C) is known color: Hot Purple. HEX triplet: 4F, 1D and 4C. RGB value is (79,29,76). Sum of RGB (Red+Green+Blue) = 79+29+76=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D4C is #B0E2B3. Grayscale: #313131. Windows color (decimal): -11592372 or 4988239. OLE color: 4988239.
HSL color Cylindrical-coordinate representation of color #4F1D4C: hue angle of 303.6º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D4C is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 76 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.69 |
| HSL | 303.6º | 0.46% | 0.21% | - |
| HSV(B) | 303.6º | 0.63% | 0.31% | - |
| XYZ | 4.97 | 3.06 | 7.17 | - |
| YUV | 49.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 76 | 0 | 0.63 | 0.04 | 0.69 | 303.6 | 0.46 | 0.21 |
| Hex | 4F | 1D | 4C | 0 | 3F | 4 | 45 | 130 | 2E | 15 |
| Octal | 117 | 35 | 114 | 0 | 77 | 4 | 105 | 460 | 56 | 25 |
| Binary | 1001111 | 11101 | 1001100 | 0 | 111111 | 100 | 1000101 | 100110000 | 101110 | 10101 |
Color Harmonies of #4F1D4C
Complementary color
Monochromatic Colors of #4F1D4C
Black with #4F1D4C
Text Example
Text Example
White with #4F1D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D4C; }
p { color: rgb(79,29,76); }
H1.HeaderClassName
{
color: #4F1D4C;
}
.AnyTagClassName
{
color: #4F1D4C;
}
</style>
background-color css
<style>
a { background-color: #4F1D4C; }
a { background-color: rgb(79,29,76); }
div.DivClassName
{
background-color: #4F1D4C;
}
.BgClassName
{
background-color: #4F1D4C;
}
</style>
border-color css
<style>
span { border-color: #4F1D4C; }
span { border-color: rgb(79,29,76); }
td.TdClassName
{
border-color: #4F1D4C;
}
.TagClassName
{
border-color: #4F1D4C;
}
</style>