Shades of Hot Purple #4F0250
Tints of Hot Purple #4F0250
RGB
CMYK
RGB Variations
Color information
#4F0250 (or 0x4F0250) is known color: Hot Purple. HEX triplet: 4F, 02 and 50. RGB value is (79,2,80). Sum of RGB (Red+Green+Blue) = 79+2+80=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0250 is #B0FDAF. Grayscale: #212121. Windows color (decimal): -11599280 or 5243471. OLE color: 5243471.
HSL color Cylindrical-coordinate representation of color #4F0250: hue angle of 299.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0250 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 80 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.69 |
| HSL | 299.23º | 0.95% | 0.16% | - |
| HSV(B) | 299.23º | 0.98% | 0.31% | - |
| XYZ | 4.69 | 2.28 | 7.78 | - |
| YUV | 33.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 80 | 0.01 | 0.98 | 0 | 0.69 | 299.23 | 0.95 | 0.16 |
| Hex | 4F | 2 | 50 | 1 | 62 | 0 | 45 | 12B | 5F | 10 |
| Octal | 117 | 2 | 120 | 1 | 142 | 0 | 105 | 453 | 137 | 20 |
| Binary | 1001111 | 10 | 1010000 | 1 | 1100010 | 0 | 1000101 | 100101011 | 1011111 | 10000 |
Color Harmonies of #4F0250
Complementary color
Monochromatic Colors of #4F0250
Black with #4F0250
Text Example
Text Example
White with #4F0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0250; }
p { color: rgb(79,2,80); }
H1.HeaderClassName
{
color: #4F0250;
}
.AnyTagClassName
{
color: #4F0250;
}
</style>
background-color css
<style>
a { background-color: #4F0250; }
a { background-color: rgb(79,2,80); }
div.DivClassName
{
background-color: #4F0250;
}
.BgClassName
{
background-color: #4F0250;
}
</style>
border-color css
<style>
span { border-color: #4F0250; }
span { border-color: rgb(79,2,80); }
td.TdClassName
{
border-color: #4F0250;
}
.TagClassName
{
border-color: #4F0250;
}
</style>