Shades of Hot Purple #481D49
Tints of Hot Purple #481D49
RGB
CMYK
RGB Variations
Color information
#481D49 (or 0x481D49) is known color: Hot Purple. HEX triplet: 48, 1D and 49. RGB value is (72,29,73). Sum of RGB (Red+Green+Blue) = 72+29+73=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #481D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D49 is #B7E2B6. Grayscale: #2E2E2E. Windows color (decimal): -12051127 or 4791624. OLE color: 4791624.
HSL color Cylindrical-coordinate representation of color #481D49: hue angle of 298.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D49 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 29 | 73 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.71 |
| HSL | 298.64º | 0.43% | 0.2% | - |
| HSV(B) | 298.64º | 0.6% | 0.29% | - |
| XYZ | 4.31 | 2.74 | 6.6 | - |
| YUV | 46.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 73 | 0.01 | 0.60 | 0 | 0.71 | 298.64 | 0.43 | 0.2 |
| Hex | 48 | 1D | 49 | 1 | 3C | 0 | 47 | 12B | 2B | 14 |
| Octal | 110 | 35 | 111 | 1 | 74 | 0 | 107 | 453 | 53 | 24 |
| Binary | 1001000 | 11101 | 1001001 | 1 | 111100 | 0 | 1000111 | 100101011 | 101011 | 10100 |
Color Harmonies of #481D49
Complementary color
Monochromatic Colors of #481D49
Black with #481D49
Text Example
Text Example
White with #481D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D49; }
p { color: rgb(72,29,73); }
H1.HeaderClassName
{
color: #481D49;
}
.AnyTagClassName
{
color: #481D49;
}
</style>
background-color css
<style>
a { background-color: #481D49; }
a { background-color: rgb(72,29,73); }
div.DivClassName
{
background-color: #481D49;
}
.BgClassName
{
background-color: #481D49;
}
</style>
border-color css
<style>
span { border-color: #481D49; }
span { border-color: rgb(72,29,73); }
td.TdClassName
{
border-color: #481D49;
}
.TagClassName
{
border-color: #481D49;
}
</style>