Shades of Hot Purple #481350
Tints of Hot Purple #481350
RGB
CMYK
RGB Variations
Color information
#481350 (or 0x481350) is known color: Hot Purple. HEX triplet: 48, 13 and 50. RGB value is (72,19,80). Sum of RGB (Red+Green+Blue) = 72+19+80=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #481350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481350 is #B7ECAF. Grayscale: #292929. Windows color (decimal): -12053680 or 5247816. OLE color: 5247816.
HSL color Cylindrical-coordinate representation of color #481350: hue angle of 292.13º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481350 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 19 | 80 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.69 |
| HSL | 292.13º | 0.62% | 0.19% | - |
| HSV(B) | 292.13º | 0.76% | 0.31% | - |
| XYZ | 4.35 | 2.42 | 7.83 | - |
| YUV | 41.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 80 | 0.10 | 0.76 | 0 | 0.69 | 292.13 | 0.62 | 0.19 |
| Hex | 48 | 13 | 50 | A | 4C | 0 | 45 | 124 | 3E | 13 |
| Octal | 110 | 23 | 120 | 12 | 114 | 0 | 105 | 444 | 76 | 23 |
| Binary | 1001000 | 10011 | 1010000 | 1010 | 1001100 | 0 | 1000101 | 100100100 | 111110 | 10011 |
Color Harmonies of #481350
Complementary color
Monochromatic Colors of #481350
Black with #481350
Text Example
Text Example
White with #481350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481350; }
p { color: rgb(72,19,80); }
H1.HeaderClassName
{
color: #481350;
}
.AnyTagClassName
{
color: #481350;
}
</style>
background-color css
<style>
a { background-color: #481350; }
a { background-color: rgb(72,19,80); }
div.DivClassName
{
background-color: #481350;
}
.BgClassName
{
background-color: #481350;
}
</style>
border-color css
<style>
span { border-color: #481350; }
span { border-color: rgb(72,19,80); }
td.TdClassName
{
border-color: #481350;
}
.TagClassName
{
border-color: #481350;
}
</style>