Shades of Hot Purple #48134F
Tints of Hot Purple #48134F
RGB
CMYK
RGB Variations
Color information
#48134F (or 0x48134F) is known color: Hot Purple. HEX triplet: 48, 13 and 4F. RGB value is (72,19,79). Sum of RGB (Red+Green+Blue) = 72+19+79=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #48134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48134F is #B7ECB0. Grayscale: #292929. Windows color (decimal): -12053681 or 5182280. OLE color: 5182280.
HSL color Cylindrical-coordinate representation of color #48134F: hue angle of 293º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48134F is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 19 | 79 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.69 |
| HSL | 293º | 0.61% | 0.19% | - |
| HSV(B) | 293º | 0.76% | 0.31% | - |
| XYZ | 4.32 | 2.41 | 7.63 | - |
| YUV | 41.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 79 | 0.09 | 0.76 | 0 | 0.69 | 293 | 0.61 | 0.19 |
| Hex | 48 | 13 | 4F | 9 | 4C | 0 | 45 | 125 | 3D | 13 |
| Octal | 110 | 23 | 117 | 11 | 114 | 0 | 105 | 445 | 75 | 23 |
| Binary | 1001000 | 10011 | 1001111 | 1001 | 1001100 | 0 | 1000101 | 100100101 | 111101 | 10011 |
Color Harmonies of #48134F
Complementary color
Monochromatic Colors of #48134F
Black with #48134F
Text Example
Text Example
White with #48134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48134F; }
p { color: rgb(72,19,79); }
H1.HeaderClassName
{
color: #48134F;
}
.AnyTagClassName
{
color: #48134F;
}
</style>
background-color css
<style>
a { background-color: #48134F; }
a { background-color: rgb(72,19,79); }
div.DivClassName
{
background-color: #48134F;
}
.BgClassName
{
background-color: #48134F;
}
</style>
border-color css
<style>
span { border-color: #48134F; }
span { border-color: rgb(72,19,79); }
td.TdClassName
{
border-color: #48134F;
}
.TagClassName
{
border-color: #48134F;
}
</style>