Shades of Hot Purple #48144A
Tints of Hot Purple #48144A
RGB
CMYK
RGB Variations
Color information
#48144A (or 0x48144A) is known color: Hot Purple. HEX triplet: 48, 14 and 4A. RGB value is (72,20,74). Sum of RGB (Red+Green+Blue) = 72+20+74=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #48144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48144A is #B7EBB5. Grayscale: #292929. Windows color (decimal): -12053430 or 4854856. OLE color: 4854856.
HSL color Cylindrical-coordinate representation of color #48144A: hue angle of 297.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48144A is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 20 | 74 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.71 |
| HSL | 297.78º | 0.57% | 0.18% | - |
| HSV(B) | 297.78º | 0.73% | 0.29% | - |
| XYZ | 4.16 | 2.37 | 6.72 | - |
| YUV | 41.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 74 | 0.03 | 0.73 | 0 | 0.71 | 297.78 | 0.57 | 0.18 |
| Hex | 48 | 14 | 4A | 3 | 49 | 0 | 47 | 12A | 39 | 12 |
| Octal | 110 | 24 | 112 | 3 | 111 | 0 | 107 | 452 | 71 | 22 |
| Binary | 1001000 | 10100 | 1001010 | 11 | 1001001 | 0 | 1000111 | 100101010 | 111001 | 10010 |
Color Harmonies of #48144A
Complementary color
Monochromatic Colors of #48144A
Black with #48144A
Text Example
Text Example
White with #48144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48144A; }
p { color: rgb(72,20,74); }
H1.HeaderClassName
{
color: #48144A;
}
.AnyTagClassName
{
color: #48144A;
}
</style>
background-color css
<style>
a { background-color: #48144A; }
a { background-color: rgb(72,20,74); }
div.DivClassName
{
background-color: #48144A;
}
.BgClassName
{
background-color: #48144A;
}
</style>
border-color css
<style>
span { border-color: #48144A; }
span { border-color: rgb(72,20,74); }
td.TdClassName
{
border-color: #48144A;
}
.TagClassName
{
border-color: #48144A;
}
</style>