Shades of Hot Purple #48274F
Tints of Hot Purple #48274F
RGB
CMYK
RGB Variations
Color information
#48274F (or 0x48274F) is known color: Hot Purple. HEX triplet: 48, 27 and 4F. RGB value is (72,39,79). Sum of RGB (Red+Green+Blue) = 72+39+79=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #48274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48274F is #B7D8B0. Grayscale: #353535. Windows color (decimal): -12048561 or 5187400. OLE color: 5187400.
HSL color Cylindrical-coordinate representation of color #48274F: hue angle of 289.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48274F is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 39 | 79 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.69 |
| HSL | 289.5º | 0.34% | 0.23% | - |
| HSV(B) | 289.5º | 0.51% | 0.31% | - |
| XYZ | 4.81 | 3.39 | 7.8 | - |
| YUV | 53.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 79 | 0.09 | 0.51 | 0 | 0.69 | 289.5 | 0.34 | 0.23 |
| Hex | 48 | 27 | 4F | 9 | 33 | 0 | 45 | 122 | 22 | 17 |
| Octal | 110 | 47 | 117 | 11 | 63 | 0 | 105 | 442 | 42 | 27 |
| Binary | 1001000 | 100111 | 1001111 | 1001 | 110011 | 0 | 1000101 | 100100010 | 100010 | 10111 |
Color Harmonies of #48274F
Complementary color
Monochromatic Colors of #48274F
Black with #48274F
Text Example
Text Example
White with #48274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48274F; }
p { color: rgb(72,39,79); }
H1.HeaderClassName
{
color: #48274F;
}
.AnyTagClassName
{
color: #48274F;
}
</style>
background-color css
<style>
a { background-color: #48274F; }
a { background-color: rgb(72,39,79); }
div.DivClassName
{
background-color: #48274F;
}
.BgClassName
{
background-color: #48274F;
}
</style>
border-color css
<style>
span { border-color: #48274F; }
span { border-color: rgb(72,39,79); }
td.TdClassName
{
border-color: #48274F;
}
.TagClassName
{
border-color: #48274F;
}
</style>