Shades of Hot Purple #4F284D
Tints of Hot Purple #4F284D
RGB
CMYK
RGB Variations
Color information
#4F284D (or 0x4F284D) is known color: Hot Purple. HEX triplet: 4F, 28 and 4D. RGB value is (79,40,77). Sum of RGB (Red+Green+Blue) = 79+40+77=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F284D is #B0D7B2. Grayscale: #373737. Windows color (decimal): -11589555 or 5056591. OLE color: 5056591.
HSL color Cylindrical-coordinate representation of color #4F284D: hue angle of 303.08º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F284D is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 77 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.69 |
| HSL | 303.08º | 0.33% | 0.23% | - |
| HSV(B) | 303.08º | 0.49% | 0.31% | - |
| XYZ | 5.32 | 3.72 | 7.46 | - |
| YUV | 55.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 77 | 0 | 0.49 | 0.03 | 0.69 | 303.08 | 0.33 | 0.23 |
| Hex | 4F | 28 | 4D | 0 | 31 | 3 | 45 | 12F | 21 | 17 |
| Octal | 117 | 50 | 115 | 0 | 61 | 3 | 105 | 457 | 41 | 27 |
| Binary | 1001111 | 101000 | 1001101 | 0 | 110001 | 11 | 1000101 | 100101111 | 100001 | 10111 |
Color Harmonies of #4F284D
Complementary color
Monochromatic Colors of #4F284D
Black with #4F284D
Text Example
Text Example
White with #4F284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F284D; }
p { color: rgb(79,40,77); }
H1.HeaderClassName
{
color: #4F284D;
}
.AnyTagClassName
{
color: #4F284D;
}
</style>
background-color css
<style>
a { background-color: #4F284D; }
a { background-color: rgb(79,40,77); }
div.DivClassName
{
background-color: #4F284D;
}
.BgClassName
{
background-color: #4F284D;
}
</style>
border-color css
<style>
span { border-color: #4F284D; }
span { border-color: rgb(79,40,77); }
td.TdClassName
{
border-color: #4F284D;
}
.TagClassName
{
border-color: #4F284D;
}
</style>