Shades of Hot Purple #4F184B
Tints of Hot Purple #4F184B
RGB
CMYK
RGB Variations
Color information
#4F184B (or 0x4F184B) is known color: Hot Purple. HEX triplet: 4F, 18 and 4B. RGB value is (79,24,75). Sum of RGB (Red+Green+Blue) = 79+24+75=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F184B is #B0E7B4. Grayscale: #2E2E2E. Windows color (decimal): -11593653 or 4921423. OLE color: 4921423.
HSL color Cylindrical-coordinate representation of color #4F184B: hue angle of 304.36º 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 #4F184B is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 75 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.69 |
| HSL | 304.36º | 0.53% | 0.2% | - |
| HSV(B) | 304.36º | 0.7% | 0.31% | - |
| XYZ | 4.82 | 2.82 | 6.95 | - |
| YUV | 46.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 75 | 0 | 0.70 | 0.05 | 0.69 | 304.36 | 0.53 | 0.2 |
| Hex | 4F | 18 | 4B | 0 | 46 | 5 | 45 | 130 | 35 | 14 |
| Octal | 117 | 30 | 113 | 0 | 106 | 5 | 105 | 460 | 65 | 24 |
| Binary | 1001111 | 11000 | 1001011 | 0 | 1000110 | 101 | 1000101 | 100110000 | 110101 | 10100 |
Color Harmonies of #4F184B
Complementary color
Monochromatic Colors of #4F184B
Black with #4F184B
Text Example
Text Example
White with #4F184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F184B; }
p { color: rgb(79,24,75); }
H1.HeaderClassName
{
color: #4F184B;
}
.AnyTagClassName
{
color: #4F184B;
}
</style>
background-color css
<style>
a { background-color: #4F184B; }
a { background-color: rgb(79,24,75); }
div.DivClassName
{
background-color: #4F184B;
}
.BgClassName
{
background-color: #4F184B;
}
</style>
border-color css
<style>
span { border-color: #4F184B; }
span { border-color: rgb(79,24,75); }
td.TdClassName
{
border-color: #4F184B;
}
.TagClassName
{
border-color: #4F184B;
}
</style>