Shades of Hot Purple #4F1553
Tints of Hot Purple #4F1553
RGB
CMYK
RGB Variations
Color information
#4F1553 (or 0x4F1553) is known color: Hot Purple. HEX triplet: 4F, 15 and 53. RGB value is (79,21,83). Sum of RGB (Red+Green+Blue) = 79+21+83=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F1553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1553 is #B0EAAC. Grayscale: #2D2D2D. Windows color (decimal): -11594413 or 5444943. OLE color: 5444943.
HSL color Cylindrical-coordinate representation of color #4F1553: hue angle of 296.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1553 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 21 | 83 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.67 |
| HSL | 296.13º | 0.6% | 0.2% | - |
| HSV(B) | 296.13º | 0.75% | 0.33% | - |
| XYZ | 5.05 | 2.82 | 8.46 | - |
| YUV | 45.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 83 | 0.05 | 0.75 | 0 | 0.67 | 296.13 | 0.6 | 0.2 |
| Hex | 4F | 15 | 53 | 5 | 4B | 0 | 43 | 128 | 3C | 14 |
| Octal | 117 | 25 | 123 | 5 | 113 | 0 | 103 | 450 | 74 | 24 |
| Binary | 1001111 | 10101 | 1010011 | 101 | 1001011 | 0 | 1000011 | 100101000 | 111100 | 10100 |
Color Harmonies of #4F1553
Complementary color
Monochromatic Colors of #4F1553
Black with #4F1553
Text Example
Text Example
White with #4F1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1553; }
p { color: rgb(79,21,83); }
H1.HeaderClassName
{
color: #4F1553;
}
.AnyTagClassName
{
color: #4F1553;
}
</style>
background-color css
<style>
a { background-color: #4F1553; }
a { background-color: rgb(79,21,83); }
div.DivClassName
{
background-color: #4F1553;
}
.BgClassName
{
background-color: #4F1553;
}
</style>
border-color css
<style>
span { border-color: #4F1553; }
span { border-color: rgb(79,21,83); }
td.TdClassName
{
border-color: #4F1553;
}
.TagClassName
{
border-color: #4F1553;
}
</style>