Shades of Hot Purple #481C47
Tints of Hot Purple #481C47
RGB
CMYK
RGB Variations
Color information
#481C47 (or 0x481C47) is known color: Hot Purple. HEX triplet: 48, 1C and 47. RGB value is (72,28,71). Sum of RGB (Red+Green+Blue) = 72+28+71=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #481C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C47 is #B7E3B8. Grayscale: #2D2D2D. Windows color (decimal): -12051385 or 4660296. OLE color: 4660296.
HSL color Cylindrical-coordinate representation of color #481C47: hue angle of 301.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C47 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 71 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.72 |
| HSL | 301.36º | 0.44% | 0.2% | - |
| HSV(B) | 301.36º | 0.61% | 0.28% | - |
| XYZ | 4.23 | 2.66 | 6.25 | - |
| YUV | 46.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 71 | 0 | 0.61 | 0.01 | 0.72 | 301.36 | 0.44 | 0.2 |
| Hex | 48 | 1C | 47 | 0 | 3D | 1 | 48 | 12D | 2C | 14 |
| Octal | 110 | 34 | 107 | 0 | 75 | 1 | 110 | 455 | 54 | 24 |
| Binary | 1001000 | 11100 | 1000111 | 0 | 111101 | 1 | 1001000 | 100101101 | 101100 | 10100 |
Color Harmonies of #481C47
Complementary color
Monochromatic Colors of #481C47
Black with #481C47
Text Example
Text Example
White with #481C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C47; }
p { color: rgb(72,28,71); }
H1.HeaderClassName
{
color: #481C47;
}
.AnyTagClassName
{
color: #481C47;
}
</style>
background-color css
<style>
a { background-color: #481C47; }
a { background-color: rgb(72,28,71); }
div.DivClassName
{
background-color: #481C47;
}
.BgClassName
{
background-color: #481C47;
}
</style>
border-color css
<style>
span { border-color: #481C47; }
span { border-color: rgb(72,28,71); }
td.TdClassName
{
border-color: #481C47;
}
.TagClassName
{
border-color: #481C47;
}
</style>