Shades of Hot Purple #481850
Tints of Hot Purple #481850
RGB
CMYK
RGB Variations
Color information
#481850 (or 0x481850) is known color: Hot Purple. HEX triplet: 48, 18 and 50. RGB value is (72,24,80). Sum of RGB (Red+Green+Blue) = 72+24+80=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #481850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481850 is #B7E7AF. Grayscale: #2C2C2C. Windows color (decimal): -12052400 or 5249096. OLE color: 5249096.
HSL color Cylindrical-coordinate representation of color #481850: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #481850 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 24 | 80 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.69 |
| HSL | 291.43º | 0.54% | 0.2% | - |
| HSV(B) | 291.43º | 0.7% | 0.31% | - |
| XYZ | 4.45 | 2.61 | 7.86 | - |
| YUV | 44.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 80 | 0.10 | 0.70 | 0 | 0.69 | 291.43 | 0.54 | 0.2 |
| Hex | 48 | 18 | 50 | A | 46 | 0 | 45 | 123 | 36 | 14 |
| Octal | 110 | 30 | 120 | 12 | 106 | 0 | 105 | 443 | 66 | 24 |
| Binary | 1001000 | 11000 | 1010000 | 1010 | 1000110 | 0 | 1000101 | 100100011 | 110110 | 10100 |
Color Harmonies of #481850
Complementary color
Monochromatic Colors of #481850
Black with #481850
Text Example
Text Example
White with #481850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481850; }
p { color: rgb(72,24,80); }
H1.HeaderClassName
{
color: #481850;
}
.AnyTagClassName
{
color: #481850;
}
</style>
background-color css
<style>
a { background-color: #481850; }
a { background-color: rgb(72,24,80); }
div.DivClassName
{
background-color: #481850;
}
.BgClassName
{
background-color: #481850;
}
</style>
border-color css
<style>
span { border-color: #481850; }
span { border-color: rgb(72,24,80); }
td.TdClassName
{
border-color: #481850;
}
.TagClassName
{
border-color: #481850;
}
</style>