Shades of Hot Purple #480256
Tints of Hot Purple #480256
RGB
CMYK
RGB Variations
Color information
#480256 (or 0x480256) is known color: Hot Purple. HEX triplet: 48, 02 and 56. RGB value is (72,2,86). Sum of RGB (Red+Green+Blue) = 72+2+86=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #480256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480256 is #B7FDA9. Grayscale: #202020. Windows color (decimal): -12058026 or 5636680. OLE color: 5636680.
HSL color Cylindrical-coordinate representation of color #480256: hue angle of 290º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #480256 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 2 | 86 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.66 |
| HSL | 290º | 0.95% | 0.17% | - |
| HSV(B) | 290º | 0.98% | 0.34% | - |
| XYZ | 4.37 | 2.09 | 8.98 | - |
| YUV | 32.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 86 | 0.16 | 0.98 | 0 | 0.66 | 290 | 0.95 | 0.17 |
| Hex | 48 | 2 | 56 | 10 | 62 | 0 | 42 | 122 | 5F | 11 |
| Octal | 110 | 2 | 126 | 20 | 142 | 0 | 102 | 442 | 137 | 21 |
| Binary | 1001000 | 10 | 1010110 | 10000 | 1100010 | 0 | 1000010 | 100100010 | 1011111 | 10001 |
Color Harmonies of #480256
Complementary color
Monochromatic Colors of #480256
Black with #480256
Text Example
Text Example
White with #480256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480256; }
p { color: rgb(72,2,86); }
H1.HeaderClassName
{
color: #480256;
}
.AnyTagClassName
{
color: #480256;
}
</style>
background-color css
<style>
a { background-color: #480256; }
a { background-color: rgb(72,2,86); }
div.DivClassName
{
background-color: #480256;
}
.BgClassName
{
background-color: #480256;
}
</style>
border-color css
<style>
span { border-color: #480256; }
span { border-color: rgb(72,2,86); }
td.TdClassName
{
border-color: #480256;
}
.TagClassName
{
border-color: #480256;
}
</style>