Shades of Hot Purple #481F49
Tints of Hot Purple #481F49
RGB
CMYK
RGB Variations
Color information
#481F49 (or 0x481F49) is known color: Hot Purple. HEX triplet: 48, 1F and 49. RGB value is (72,31,73). Sum of RGB (Red+Green+Blue) = 72+31+73=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #481F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F49 is #B7E0B6. Grayscale: #2F2F2F. Windows color (decimal): -12050615 or 4792136. OLE color: 4792136.
HSL color Cylindrical-coordinate representation of color #481F49: hue angle of 298.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481F49 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 31 | 73 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.71 |
| HSL | 298.57º | 0.4% | 0.2% | - |
| HSV(B) | 298.57º | 0.58% | 0.29% | - |
| XYZ | 4.37 | 2.84 | 6.62 | - |
| YUV | 48.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 73 | 0.01 | 0.58 | 0 | 0.71 | 298.57 | 0.4 | 0.2 |
| Hex | 48 | 1F | 49 | 1 | 3A | 0 | 47 | 12B | 28 | 14 |
| Octal | 110 | 37 | 111 | 1 | 72 | 0 | 107 | 453 | 50 | 24 |
| Binary | 1001000 | 11111 | 1001001 | 1 | 111010 | 0 | 1000111 | 100101011 | 101000 | 10100 |
Color Harmonies of #481F49
Complementary color
Monochromatic Colors of #481F49
Black with #481F49
Text Example
Text Example
White with #481F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F49; }
p { color: rgb(72,31,73); }
H1.HeaderClassName
{
color: #481F49;
}
.AnyTagClassName
{
color: #481F49;
}
</style>
background-color css
<style>
a { background-color: #481F49; }
a { background-color: rgb(72,31,73); }
div.DivClassName
{
background-color: #481F49;
}
.BgClassName
{
background-color: #481F49;
}
</style>
border-color css
<style>
span { border-color: #481F49; }
span { border-color: rgb(72,31,73); }
td.TdClassName
{
border-color: #481F49;
}
.TagClassName
{
border-color: #481F49;
}
</style>