Shades of Hot Purple #4F2A50
Tints of Hot Purple #4F2A50
RGB
CMYK
RGB Variations
Color information
#4F2A50 (or 0x4F2A50) is known color: Hot Purple. HEX triplet: 4F, 2A and 50. RGB value is (79,42,80). Sum of RGB (Red+Green+Blue) = 79+42+80=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F2A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2A50 is #B0D5AF. Grayscale: #393939. Windows color (decimal): -11589040 or 5253711. OLE color: 5253711.
HSL color Cylindrical-coordinate representation of color #4F2A50: hue angle of 298.42º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F2A50 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 42 | 80 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.69 |
| HSL | 298.42º | 0.31% | 0.24% | - |
| HSV(B) | 298.42º | 0.48% | 0.31% | - |
| XYZ | 5.5 | 3.9 | 8.05 | - |
| YUV | 57.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 80 | 0.01 | 0.48 | 0 | 0.69 | 298.42 | 0.31 | 0.24 |
| Hex | 4F | 2A | 50 | 1 | 30 | 0 | 45 | 12A | 1F | 18 |
| Octal | 117 | 52 | 120 | 1 | 60 | 0 | 105 | 452 | 37 | 30 |
| Binary | 1001111 | 101010 | 1010000 | 1 | 110000 | 0 | 1000101 | 100101010 | 11111 | 11000 |
Color Harmonies of #4F2A50
Complementary color
Monochromatic Colors of #4F2A50
Black with #4F2A50
Text Example
Text Example
White with #4F2A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A50; }
p { color: rgb(79,42,80); }
H1.HeaderClassName
{
color: #4F2A50;
}
.AnyTagClassName
{
color: #4F2A50;
}
</style>
background-color css
<style>
a { background-color: #4F2A50; }
a { background-color: rgb(79,42,80); }
div.DivClassName
{
background-color: #4F2A50;
}
.BgClassName
{
background-color: #4F2A50;
}
</style>
border-color css
<style>
span { border-color: #4F2A50; }
span { border-color: rgb(79,42,80); }
td.TdClassName
{
border-color: #4F2A50;
}
.TagClassName
{
border-color: #4F2A50;
}
</style>