Shades of Hot Purple #480F4C
Tints of Hot Purple #480F4C
RGB
CMYK
RGB Variations
Color information
#480F4C (or 0x480F4C) is known color: Hot Purple. HEX triplet: 48, 0F and 4C. RGB value is (72,15,76). Sum of RGB (Red+Green+Blue) = 72+15+76=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #480F4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F4C is #B7F0B3. Grayscale: #262626. Windows color (decimal): -12054708 or 4984648. OLE color: 4984648.
HSL color Cylindrical-coordinate representation of color #480F4C: hue angle of 296.07º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #480F4C is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 15 | 76 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.70 |
| HSL | 296.07º | 0.67% | 0.18% | - |
| HSV(B) | 296.07º | 0.8% | 0.3% | - |
| XYZ | 4.15 | 2.24 | 7.05 | - |
| YUV | 39 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 76 | 0.05 | 0.80 | 0 | 0.70 | 296.07 | 0.67 | 0.18 |
| Hex | 48 | F | 4C | 5 | 50 | 0 | 46 | 128 | 43 | 12 |
| Octal | 110 | 17 | 114 | 5 | 120 | 0 | 106 | 450 | 103 | 22 |
| Binary | 1001000 | 1111 | 1001100 | 101 | 1010000 | 0 | 1000110 | 100101000 | 1000011 | 10010 |
Color Harmonies of #480F4C
Complementary color
Monochromatic Colors of #480F4C
Black with #480F4C
Text Example
Text Example
White with #480F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480F4C; }
p { color: rgb(72,15,76); }
H1.HeaderClassName
{
color: #480F4C;
}
.AnyTagClassName
{
color: #480F4C;
}
</style>
background-color css
<style>
a { background-color: #480F4C; }
a { background-color: rgb(72,15,76); }
div.DivClassName
{
background-color: #480F4C;
}
.BgClassName
{
background-color: #480F4C;
}
</style>
border-color css
<style>
span { border-color: #480F4C; }
span { border-color: rgb(72,15,76); }
td.TdClassName
{
border-color: #480F4C;
}
.TagClassName
{
border-color: #480F4C;
}
</style>