Shades of Hot Purple #4F2453
Tints of Hot Purple #4F2453
RGB
CMYK
RGB Variations
Color information
#4F2453 (or 0x4F2453) is known color: Hot Purple. HEX triplet: 4F, 24 and 53. RGB value is (79,36,83). Sum of RGB (Red+Green+Blue) = 79+36+83=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F2453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2453 is #B0DBAC. Grayscale: #363636. Windows color (decimal): -11590573 or 5448783. OLE color: 5448783.
HSL color Cylindrical-coordinate representation of color #4F2453: hue angle of 294.89º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F2453 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 36 | 83 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.67 |
| HSL | 294.89º | 0.39% | 0.23% | - |
| HSV(B) | 294.89º | 0.57% | 0.33% | - |
| XYZ | 5.42 | 3.55 | 8.58 | - |
| YUV | 54.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 83 | 0.05 | 0.57 | 0 | 0.67 | 294.89 | 0.39 | 0.23 |
| Hex | 4F | 24 | 53 | 5 | 39 | 0 | 43 | 127 | 27 | 17 |
| Octal | 117 | 44 | 123 | 5 | 71 | 0 | 103 | 447 | 47 | 27 |
| Binary | 1001111 | 100100 | 1010011 | 101 | 111001 | 0 | 1000011 | 100100111 | 100111 | 10111 |
Color Harmonies of #4F2453
Complementary color
Monochromatic Colors of #4F2453
Black with #4F2453
Text Example
Text Example
White with #4F2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2453; }
p { color: rgb(79,36,83); }
H1.HeaderClassName
{
color: #4F2453;
}
.AnyTagClassName
{
color: #4F2453;
}
</style>
background-color css
<style>
a { background-color: #4F2453; }
a { background-color: rgb(79,36,83); }
div.DivClassName
{
background-color: #4F2453;
}
.BgClassName
{
background-color: #4F2453;
}
</style>
border-color css
<style>
span { border-color: #4F2453; }
span { border-color: rgb(79,36,83); }
td.TdClassName
{
border-color: #4F2453;
}
.TagClassName
{
border-color: #4F2453;
}
</style>