Shades of Hot Purple #480056
Tints of Hot Purple #480056
RGB
CMYK
RGB Variations
Color information
#480056 (or 0x480056) is known color: Hot Purple. HEX triplet: 48, 00 and 56. RGB value is (72,0,86). Sum of RGB (Red+Green+Blue) = 72+0+86=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #480056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480056 is #B7FFA9. Grayscale: #1F1F1F. Windows color (decimal): -12058538 or 5636168. OLE color: 5636168.
HSL color Cylindrical-coordinate representation of color #480056: hue angle of 290.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480056 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 0 | 86 | - |
| CMYK | 0.16 | 1 | 0 | 0.66 |
| HSL | 290.23º | 1% | 0.17% | - |
| HSV(B) | 290.23º | 1% | 0.34% | - |
| XYZ | 4.35 | 2.05 | 8.97 | - |
| YUV | 31.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 86 | 0.16 | 1 | 0 | 0.66 | 290.23 | 1 | 0.17 |
| Hex | 48 | 0 | 56 | 10 | 64 | 0 | 42 | 122 | 64 | 11 |
| Octal | 110 | 0 | 126 | 20 | 144 | 0 | 102 | 442 | 144 | 21 |
| Binary | 1001000 | 0 | 1010110 | 10000 | 1100100 | 0 | 1000010 | 100100010 | 1100100 | 10001 |
Color Harmonies of #480056
Complementary color
Monochromatic Colors of #480056
Black with #480056
Text Example
Text Example
White with #480056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480056; }
p { color: rgb(72,0,86); }
H1.HeaderClassName
{
color: #480056;
}
.AnyTagClassName
{
color: #480056;
}
</style>
background-color css
<style>
a { background-color: #480056; }
a { background-color: rgb(72,0,86); }
div.DivClassName
{
background-color: #480056;
}
.BgClassName
{
background-color: #480056;
}
</style>
border-color css
<style>
span { border-color: #480056; }
span { border-color: rgb(72,0,86); }
td.TdClassName
{
border-color: #480056;
}
.TagClassName
{
border-color: #480056;
}
</style>