Shades of Hot Purple #480E55
Tints of Hot Purple #480E55
RGB
CMYK
RGB Variations
Color information
#480E55 (or 0x480E55) is known color: Hot Purple. HEX triplet: 48, 0E and 55. RGB value is (72,14,85). Sum of RGB (Red+Green+Blue) = 72+14+85=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #480E55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E55 is #B7F1AA. Grayscale: #272727. Windows color (decimal): -12054955 or 5574216. OLE color: 5574216.
HSL color Cylindrical-coordinate representation of color #480E55: hue angle of 289.01º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #480E55 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 14 | 85 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.67 |
| HSL | 289.01º | 0.72% | 0.19% | - |
| HSV(B) | 289.01º | 0.84% | 0.33% | - |
| XYZ | 4.47 | 2.35 | 8.81 | - |
| YUV | 39.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 85 | 0.15 | 0.84 | 0 | 0.67 | 289.01 | 0.72 | 0.19 |
| Hex | 48 | E | 55 | F | 54 | 0 | 43 | 121 | 48 | 13 |
| Octal | 110 | 16 | 125 | 17 | 124 | 0 | 103 | 441 | 110 | 23 |
| Binary | 1001000 | 1110 | 1010101 | 1111 | 1010100 | 0 | 1000011 | 100100001 | 1001000 | 10011 |
Color Harmonies of #480E55
Complementary color
Monochromatic Colors of #480E55
Black with #480E55
Text Example
Text Example
White with #480E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480E55; }
p { color: rgb(72,14,85); }
H1.HeaderClassName
{
color: #480E55;
}
.AnyTagClassName
{
color: #480E55;
}
</style>
background-color css
<style>
a { background-color: #480E55; }
a { background-color: rgb(72,14,85); }
div.DivClassName
{
background-color: #480E55;
}
.BgClassName
{
background-color: #480E55;
}
</style>
border-color css
<style>
span { border-color: #480E55; }
span { border-color: rgb(72,14,85); }
td.TdClassName
{
border-color: #480E55;
}
.TagClassName
{
border-color: #480E55;
}
</style>