Shades of Hot Purple #48254E
Tints of Hot Purple #48254E
RGB
CMYK
RGB Variations
Color information
#48254E (or 0x48254E) is known color: Hot Purple. HEX triplet: 48, 25 and 4E. RGB value is (72,37,78). Sum of RGB (Red+Green+Blue) = 72+37+78=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #48254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48254E is #B7DAB1. Grayscale: #343434. Windows color (decimal): -12049074 or 5121352. OLE color: 5121352.
HSL color Cylindrical-coordinate representation of color #48254E: hue angle of 291.22º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48254E is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 37 | 78 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.69 |
| HSL | 291.22º | 0.36% | 0.23% | - |
| HSV(B) | 291.22º | 0.53% | 0.31% | - |
| XYZ | 4.71 | 3.25 | 7.59 | - |
| YUV | 52.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 78 | 0.08 | 0.53 | 0 | 0.69 | 291.22 | 0.36 | 0.23 |
| Hex | 48 | 25 | 4E | 8 | 35 | 0 | 45 | 123 | 24 | 17 |
| Octal | 110 | 45 | 116 | 10 | 65 | 0 | 105 | 443 | 44 | 27 |
| Binary | 1001000 | 100101 | 1001110 | 1000 | 110101 | 0 | 1000101 | 100100011 | 100100 | 10111 |
Color Harmonies of #48254E
Complementary color
Monochromatic Colors of #48254E
Black with #48254E
Text Example
Text Example
White with #48254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48254E; }
p { color: rgb(72,37,78); }
H1.HeaderClassName
{
color: #48254E;
}
.AnyTagClassName
{
color: #48254E;
}
</style>
background-color css
<style>
a { background-color: #48254E; }
a { background-color: rgb(72,37,78); }
div.DivClassName
{
background-color: #48254E;
}
.BgClassName
{
background-color: #48254E;
}
</style>
border-color css
<style>
span { border-color: #48254E; }
span { border-color: rgb(72,37,78); }
td.TdClassName
{
border-color: #48254E;
}
.TagClassName
{
border-color: #48254E;
}
</style>