Shades of Hot Purple #4F234D
Tints of Hot Purple #4F234D
RGB
CMYK
RGB Variations
Color information
#4F234D (or 0x4F234D) is known color: Hot Purple. HEX triplet: 4F, 23 and 4D. RGB value is (79,35,77). Sum of RGB (Red+Green+Blue) = 79+35+77=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F234D is #B0DCB2. Grayscale: #343434. Windows color (decimal): -11590835 or 5055311. OLE color: 5055311.
HSL color Cylindrical-coordinate representation of color #4F234D: hue angle of 302.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F234D is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 77 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.69 |
| HSL | 302.73º | 0.39% | 0.22% | - |
| HSV(B) | 302.73º | 0.56% | 0.31% | - |
| XYZ | 5.17 | 3.4 | 7.41 | - |
| YUV | 52.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 77 | 0 | 0.56 | 0.03 | 0.69 | 302.73 | 0.39 | 0.22 |
| Hex | 4F | 23 | 4D | 0 | 38 | 3 | 45 | 12F | 27 | 16 |
| Octal | 117 | 43 | 115 | 0 | 70 | 3 | 105 | 457 | 47 | 26 |
| Binary | 1001111 | 100011 | 1001101 | 0 | 111000 | 11 | 1000101 | 100101111 | 100111 | 10110 |
Color Harmonies of #4F234D
Complementary color
Monochromatic Colors of #4F234D
Black with #4F234D
Text Example
Text Example
White with #4F234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F234D; }
p { color: rgb(79,35,77); }
H1.HeaderClassName
{
color: #4F234D;
}
.AnyTagClassName
{
color: #4F234D;
}
</style>
background-color css
<style>
a { background-color: #4F234D; }
a { background-color: rgb(79,35,77); }
div.DivClassName
{
background-color: #4F234D;
}
.BgClassName
{
background-color: #4F234D;
}
</style>
border-color css
<style>
span { border-color: #4F234D; }
span { border-color: rgb(79,35,77); }
td.TdClassName
{
border-color: #4F234D;
}
.TagClassName
{
border-color: #4F234D;
}
</style>