Shades of Hot Purple #4F0253
Tints of Hot Purple #4F0253
RGB
CMYK
RGB Variations
Color information
#4F0253 (or 0x4F0253) is known color: Hot Purple. HEX triplet: 4F, 02 and 53. RGB value is (79,2,83). Sum of RGB (Red+Green+Blue) = 79+2+83=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F0253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0253 is #B0FDAC. Grayscale: #222222. Windows color (decimal): -11599277 or 5440079. OLE color: 5440079.
HSL color Cylindrical-coordinate representation of color #4F0253: hue angle of 297.04º 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 #4F0253 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 2 | 83 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.67 |
| HSL | 297.04º | 0.95% | 0.17% | - |
| HSV(B) | 297.04º | 0.98% | 0.33% | - |
| XYZ | 4.81 | 2.33 | 8.38 | - |
| YUV | 34.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 83 | 0.05 | 0.98 | 0 | 0.67 | 297.04 | 0.95 | 0.17 |
| Hex | 4F | 2 | 53 | 5 | 62 | 0 | 43 | 129 | 5F | 11 |
| Octal | 117 | 2 | 123 | 5 | 142 | 0 | 103 | 451 | 137 | 21 |
| Binary | 1001111 | 10 | 1010011 | 101 | 1100010 | 0 | 1000011 | 100101001 | 1011111 | 10001 |
Color Harmonies of #4F0253
Complementary color
Monochromatic Colors of #4F0253
Black with #4F0253
Text Example
Text Example
White with #4F0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0253; }
p { color: rgb(79,2,83); }
H1.HeaderClassName
{
color: #4F0253;
}
.AnyTagClassName
{
color: #4F0253;
}
</style>
background-color css
<style>
a { background-color: #4F0253; }
a { background-color: rgb(79,2,83); }
div.DivClassName
{
background-color: #4F0253;
}
.BgClassName
{
background-color: #4F0253;
}
</style>
border-color css
<style>
span { border-color: #4F0253; }
span { border-color: rgb(79,2,83); }
td.TdClassName
{
border-color: #4F0253;
}
.TagClassName
{
border-color: #4F0253;
}
</style>