Shades of Hot Purple #48124A
Tints of Hot Purple #48124A
RGB
CMYK
RGB Variations
Color information
#48124A (or 0x48124A) is known color: Hot Purple. HEX triplet: 48, 12 and 4A. RGB value is (72,18,74). Sum of RGB (Red+Green+Blue) = 72+18+74=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #48124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48124A is #B7EDB5. Grayscale: #282828. Windows color (decimal): -12053942 or 4854344. OLE color: 4854344.
HSL color Cylindrical-coordinate representation of color #48124A: hue angle of 297.86º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48124A is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 18 | 74 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.71 |
| HSL | 297.86º | 0.61% | 0.18% | - |
| HSV(B) | 297.86º | 0.76% | 0.29% | - |
| XYZ | 4.12 | 2.3 | 6.71 | - |
| YUV | 40.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 74 | 0.03 | 0.76 | 0 | 0.71 | 297.86 | 0.61 | 0.18 |
| Hex | 48 | 12 | 4A | 3 | 4C | 0 | 47 | 12A | 3D | 12 |
| Octal | 110 | 22 | 112 | 3 | 114 | 0 | 107 | 452 | 75 | 22 |
| Binary | 1001000 | 10010 | 1001010 | 11 | 1001100 | 0 | 1000111 | 100101010 | 111101 | 10010 |
Color Harmonies of #48124A
Complementary color
Monochromatic Colors of #48124A
Black with #48124A
Text Example
Text Example
White with #48124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48124A; }
p { color: rgb(72,18,74); }
H1.HeaderClassName
{
color: #48124A;
}
.AnyTagClassName
{
color: #48124A;
}
</style>
background-color css
<style>
a { background-color: #48124A; }
a { background-color: rgb(72,18,74); }
div.DivClassName
{
background-color: #48124A;
}
.BgClassName
{
background-color: #48124A;
}
</style>
border-color css
<style>
span { border-color: #48124A; }
span { border-color: rgb(72,18,74); }
td.TdClassName
{
border-color: #48124A;
}
.TagClassName
{
border-color: #48124A;
}
</style>