Shades of Hot Purple #481249
Tints of Hot Purple #481249
RGB
CMYK
RGB Variations
Color information
#481249 (or 0x481249) is known color: Hot Purple. HEX triplet: 48, 12 and 49. RGB value is (72,18,73). Sum of RGB (Red+Green+Blue) = 72+18+73=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #481249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481249 is #B7EDB6. Grayscale: #282828. Windows color (decimal): -12053943 or 4788808. OLE color: 4788808.
HSL color Cylindrical-coordinate representation of color #481249: hue angle of 298.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481249 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 18 | 73 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.71 |
| HSL | 298.91º | 0.6% | 0.18% | - |
| HSV(B) | 298.91º | 0.75% | 0.29% | - |
| XYZ | 4.09 | 2.29 | 6.53 | - |
| YUV | 40.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 73 | 0.01 | 0.75 | 0 | 0.71 | 298.91 | 0.6 | 0.18 |
| Hex | 48 | 12 | 49 | 1 | 4B | 0 | 47 | 12B | 3C | 12 |
| Octal | 110 | 22 | 111 | 1 | 113 | 0 | 107 | 453 | 74 | 22 |
| Binary | 1001000 | 10010 | 1001001 | 1 | 1001011 | 0 | 1000111 | 100101011 | 111100 | 10010 |
Color Harmonies of #481249
Complementary color
Monochromatic Colors of #481249
Black with #481249
Text Example
Text Example
White with #481249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481249; }
p { color: rgb(72,18,73); }
H1.HeaderClassName
{
color: #481249;
}
.AnyTagClassName
{
color: #481249;
}
</style>
background-color css
<style>
a { background-color: #481249; }
a { background-color: rgb(72,18,73); }
div.DivClassName
{
background-color: #481249;
}
.BgClassName
{
background-color: #481249;
}
</style>
border-color css
<style>
span { border-color: #481249; }
span { border-color: rgb(72,18,73); }
td.TdClassName
{
border-color: #481249;
}
.TagClassName
{
border-color: #481249;
}
</style>