Shades of Hot Purple #4F1552
Tints of Hot Purple #4F1552
RGB
CMYK
RGB Variations
Color information
#4F1552 (or 0x4F1552) is known color: Hot Purple. HEX triplet: 4F, 15 and 52. RGB value is (79,21,82). Sum of RGB (Red+Green+Blue) = 79+21+82=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F1552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1552 is #B0EAAD. Grayscale: #2D2D2D. Windows color (decimal): -11594414 or 5379407. OLE color: 5379407.
HSL color Cylindrical-coordinate representation of color #4F1552: hue angle of 297.05º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F1552 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 21 | 82 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.68 |
| HSL | 297.05º | 0.59% | 0.2% | - |
| HSV(B) | 297.05º | 0.74% | 0.32% | - |
| XYZ | 5.02 | 2.81 | 8.26 | - |
| YUV | 45.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 82 | 0.04 | 0.74 | 0 | 0.68 | 297.05 | 0.59 | 0.2 |
| Hex | 4F | 15 | 52 | 4 | 4A | 0 | 44 | 129 | 3B | 14 |
| Octal | 117 | 25 | 122 | 4 | 112 | 0 | 104 | 451 | 73 | 24 |
| Binary | 1001111 | 10101 | 1010010 | 100 | 1001010 | 0 | 1000100 | 100101001 | 111011 | 10100 |
Color Harmonies of #4F1552
Complementary color
Monochromatic Colors of #4F1552
Black with #4F1552
Text Example
Text Example
White with #4F1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1552; }
p { color: rgb(79,21,82); }
H1.HeaderClassName
{
color: #4F1552;
}
.AnyTagClassName
{
color: #4F1552;
}
</style>
background-color css
<style>
a { background-color: #4F1552; }
a { background-color: rgb(79,21,82); }
div.DivClassName
{
background-color: #4F1552;
}
.BgClassName
{
background-color: #4F1552;
}
</style>
border-color css
<style>
span { border-color: #4F1552; }
span { border-color: rgb(79,21,82); }
td.TdClassName
{
border-color: #4F1552;
}
.TagClassName
{
border-color: #4F1552;
}
</style>