Shades of Hot Purple #481649
Tints of Hot Purple #481649
RGB
CMYK
RGB Variations
Color information
#481649 (or 0x481649) is known color: Hot Purple. HEX triplet: 48, 16 and 49. RGB value is (72,22,73). Sum of RGB (Red+Green+Blue) = 72+22+73=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #481649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481649 is #B7E9B6. Grayscale: #2A2A2A. Windows color (decimal): -12052919 or 4789832. OLE color: 4789832.
HSL color Cylindrical-coordinate representation of color #481649: hue angle of 298.82º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #481649 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 22 | 73 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.71 |
| HSL | 298.82º | 0.54% | 0.19% | - |
| HSV(B) | 298.82º | 0.7% | 0.29% | - |
| XYZ | 4.16 | 2.43 | 6.55 | - |
| YUV | 42.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 73 | 0.01 | 0.70 | 0 | 0.71 | 298.82 | 0.54 | 0.19 |
| Hex | 48 | 16 | 49 | 1 | 46 | 0 | 47 | 12B | 36 | 13 |
| Octal | 110 | 26 | 111 | 1 | 106 | 0 | 107 | 453 | 66 | 23 |
| Binary | 1001000 | 10110 | 1001001 | 1 | 1000110 | 0 | 1000111 | 100101011 | 110110 | 10011 |
Color Harmonies of #481649
Complementary color
Monochromatic Colors of #481649
Black with #481649
Text Example
Text Example
White with #481649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481649; }
p { color: rgb(72,22,73); }
H1.HeaderClassName
{
color: #481649;
}
.AnyTagClassName
{
color: #481649;
}
</style>
background-color css
<style>
a { background-color: #481649; }
a { background-color: rgb(72,22,73); }
div.DivClassName
{
background-color: #481649;
}
.BgClassName
{
background-color: #481649;
}
</style>
border-color css
<style>
span { border-color: #481649; }
span { border-color: rgb(72,22,73); }
td.TdClassName
{
border-color: #481649;
}
.TagClassName
{
border-color: #481649;
}
</style>