Shades of Hot Purple #48254A
Tints of Hot Purple #48254A
RGB
CMYK
RGB Variations
Color information
#48254A (or 0x48254A) is known color: Hot Purple. HEX triplet: 48, 25 and 4A. RGB value is (72,37,74). Sum of RGB (Red+Green+Blue) = 72+37+74=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #48254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48254A is #B7DAB5. Grayscale: #333333. Windows color (decimal): -12049078 or 4859208. OLE color: 4859208.
HSL color Cylindrical-coordinate representation of color #48254A: hue angle of 296.76º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48254A is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 37 | 74 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.71 |
| HSL | 296.76º | 0.33% | 0.22% | - |
| HSV(B) | 296.76º | 0.5% | 0.29% | - |
| XYZ | 4.57 | 3.2 | 6.85 | - |
| YUV | 51.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 74 | 0.03 | 0.50 | 0 | 0.71 | 296.76 | 0.33 | 0.22 |
| Hex | 48 | 25 | 4A | 3 | 32 | 0 | 47 | 129 | 21 | 16 |
| Octal | 110 | 45 | 112 | 3 | 62 | 0 | 107 | 451 | 41 | 26 |
| Binary | 1001000 | 100101 | 1001010 | 11 | 110010 | 0 | 1000111 | 100101001 | 100001 | 10110 |
Color Harmonies of #48254A
Complementary color
Monochromatic Colors of #48254A
Black with #48254A
Text Example
Text Example
White with #48254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48254A; }
p { color: rgb(72,37,74); }
H1.HeaderClassName
{
color: #48254A;
}
.AnyTagClassName
{
color: #48254A;
}
</style>
background-color css
<style>
a { background-color: #48254A; }
a { background-color: rgb(72,37,74); }
div.DivClassName
{
background-color: #48254A;
}
.BgClassName
{
background-color: #48254A;
}
</style>
border-color css
<style>
span { border-color: #48254A; }
span { border-color: rgb(72,37,74); }
td.TdClassName
{
border-color: #48254A;
}
.TagClassName
{
border-color: #48254A;
}
</style>