Shades of Hot Purple #4F0254
Tints of Hot Purple #4F0254
RGB
CMYK
RGB Variations
Color information
#4F0254 (or 0x4F0254) is known color: Hot Purple. HEX triplet: 4F, 02 and 54. RGB value is (79,2,84). Sum of RGB (Red+Green+Blue) = 79+2+84=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #4F0254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0254 is #B0FDAB. Grayscale: #222222. Windows color (decimal): -11599276 or 5505615. OLE color: 5505615.
HSL color Cylindrical-coordinate representation of color #4F0254: hue angle of 296.34º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0254 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 2 | 84 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.67 |
| HSL | 296.34º | 0.95% | 0.17% | - |
| HSV(B) | 296.34º | 0.98% | 0.33% | - |
| XYZ | 4.85 | 2.35 | 8.58 | - |
| YUV | 34.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 84 | 0.06 | 0.98 | 0 | 0.67 | 296.34 | 0.95 | 0.17 |
| Hex | 4F | 2 | 54 | 6 | 62 | 0 | 43 | 128 | 5F | 11 |
| Octal | 117 | 2 | 124 | 6 | 142 | 0 | 103 | 450 | 137 | 21 |
| Binary | 1001111 | 10 | 1010100 | 110 | 1100010 | 0 | 1000011 | 100101000 | 1011111 | 10001 |
Color Harmonies of #4F0254
Complementary color
Monochromatic Colors of #4F0254
Black with #4F0254
Text Example
Text Example
White with #4F0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0254; }
p { color: rgb(79,2,84); }
H1.HeaderClassName
{
color: #4F0254;
}
.AnyTagClassName
{
color: #4F0254;
}
</style>
background-color css
<style>
a { background-color: #4F0254; }
a { background-color: rgb(79,2,84); }
div.DivClassName
{
background-color: #4F0254;
}
.BgClassName
{
background-color: #4F0254;
}
</style>
border-color css
<style>
span { border-color: #4F0254; }
span { border-color: rgb(79,2,84); }
td.TdClassName
{
border-color: #4F0254;
}
.TagClassName
{
border-color: #4F0254;
}
</style>