Shades of Hot Purple #481C49
Tints of Hot Purple #481C49
RGB
CMYK
RGB Variations
Color information
#481C49 (or 0x481C49) is known color: Hot Purple. HEX triplet: 48, 1C and 49. RGB value is (72,28,73). Sum of RGB (Red+Green+Blue) = 72+28+73=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #481C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C49 is #B7E3B6. Grayscale: #2E2E2E. Windows color (decimal): -12051383 or 4791368. OLE color: 4791368.
HSL color Cylindrical-coordinate representation of color #481C49: hue angle of 298.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481C49 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 28 | 73 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.71 |
| HSL | 298.67º | 0.45% | 0.2% | - |
| HSV(B) | 298.67º | 0.62% | 0.29% | - |
| XYZ | 4.29 | 2.69 | 6.6 | - |
| YUV | 46.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 73 | 0.01 | 0.62 | 0 | 0.71 | 298.67 | 0.45 | 0.2 |
| Hex | 48 | 1C | 49 | 1 | 3E | 0 | 47 | 12B | 2D | 14 |
| Octal | 110 | 34 | 111 | 1 | 76 | 0 | 107 | 453 | 55 | 24 |
| Binary | 1001000 | 11100 | 1001001 | 1 | 111110 | 0 | 1000111 | 100101011 | 101101 | 10100 |
Color Harmonies of #481C49
Complementary color
Monochromatic Colors of #481C49
Black with #481C49
Text Example
Text Example
White with #481C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C49; }
p { color: rgb(72,28,73); }
H1.HeaderClassName
{
color: #481C49;
}
.AnyTagClassName
{
color: #481C49;
}
</style>
background-color css
<style>
a { background-color: #481C49; }
a { background-color: rgb(72,28,73); }
div.DivClassName
{
background-color: #481C49;
}
.BgClassName
{
background-color: #481C49;
}
</style>
border-color css
<style>
span { border-color: #481C49; }
span { border-color: rgb(72,28,73); }
td.TdClassName
{
border-color: #481C49;
}
.TagClassName
{
border-color: #481C49;
}
</style>