Shades of Hot Purple #482449
Tints of Hot Purple #482449
RGB
CMYK
RGB Variations
Color information
#482449 (or 0x482449) is known color: Hot Purple. HEX triplet: 48, 24 and 49. RGB value is (72,36,73). Sum of RGB (Red+Green+Blue) = 72+36+73=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #482449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482449 is #B7DBB6. Grayscale: #323232. Windows color (decimal): -12049335 or 4793416. OLE color: 4793416.
HSL color Cylindrical-coordinate representation of color #482449: hue angle of 298.38º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482449 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 36 | 73 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.71 |
| HSL | 298.38º | 0.34% | 0.21% | - |
| HSV(B) | 298.38º | 0.51% | 0.29% | - |
| XYZ | 4.51 | 3.12 | 6.67 | - |
| YUV | 50.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 73 | 0.01 | 0.51 | 0 | 0.71 | 298.38 | 0.34 | 0.21 |
| Hex | 48 | 24 | 49 | 1 | 33 | 0 | 47 | 12A | 22 | 15 |
| Octal | 110 | 44 | 111 | 1 | 63 | 0 | 107 | 452 | 42 | 25 |
| Binary | 1001000 | 100100 | 1001001 | 1 | 110011 | 0 | 1000111 | 100101010 | 100010 | 10101 |
Color Harmonies of #482449
Complementary color
Monochromatic Colors of #482449
Black with #482449
Text Example
Text Example
White with #482449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482449; }
p { color: rgb(72,36,73); }
H1.HeaderClassName
{
color: #482449;
}
.AnyTagClassName
{
color: #482449;
}
</style>
background-color css
<style>
a { background-color: #482449; }
a { background-color: rgb(72,36,73); }
div.DivClassName
{
background-color: #482449;
}
.BgClassName
{
background-color: #482449;
}
</style>
border-color css
<style>
span { border-color: #482449; }
span { border-color: rgb(72,36,73); }
td.TdClassName
{
border-color: #482449;
}
.TagClassName
{
border-color: #482449;
}
</style>