Shades of Hot Purple #480050
Tints of Hot Purple #480050
RGB
CMYK
RGB Variations
Color information
#480050 (or 0x480050) is known color: Hot Purple. HEX triplet: 48, 00 and 50. RGB value is (72,0,80). Sum of RGB (Red+Green+Blue) = 72+0+80=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #480050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480050 is #B7FFAF. Grayscale: #1E1E1E. Windows color (decimal): -12058544 or 5242952. OLE color: 5242952.
HSL color Cylindrical-coordinate representation of color #480050: hue angle of 294º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480050 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 0 | 80 | - |
| CMYK | 0.10 | 1 | 0 | 0.69 |
| HSL | 294º | 1% | 0.16% | - |
| HSV(B) | 294º | 1% | 0.31% | - |
| XYZ | 4.12 | 1.96 | 7.75 | - |
| YUV | 30.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 80 | 0.10 | 1 | 0 | 0.69 | 294 | 1 | 0.16 |
| Hex | 48 | 0 | 50 | A | 64 | 0 | 45 | 126 | 64 | 10 |
| Octal | 110 | 0 | 120 | 12 | 144 | 0 | 105 | 446 | 144 | 20 |
| Binary | 1001000 | 0 | 1010000 | 1010 | 1100100 | 0 | 1000101 | 100100110 | 1100100 | 10000 |
Color Harmonies of #480050
Complementary color
Monochromatic Colors of #480050
Black with #480050
Text Example
Text Example
White with #480050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480050; }
p { color: rgb(72,0,80); }
H1.HeaderClassName
{
color: #480050;
}
.AnyTagClassName
{
color: #480050;
}
</style>
background-color css
<style>
a { background-color: #480050; }
a { background-color: rgb(72,0,80); }
div.DivClassName
{
background-color: #480050;
}
.BgClassName
{
background-color: #480050;
}
</style>
border-color css
<style>
span { border-color: #480050; }
span { border-color: rgb(72,0,80); }
td.TdClassName
{
border-color: #480050;
}
.TagClassName
{
border-color: #480050;
}
</style>