Shades of Hot Purple #481F50
Tints of Hot Purple #481F50
RGB
CMYK
RGB Variations
Color information
#481F50 (or 0x481F50) is known color: Hot Purple. HEX triplet: 48, 1F and 50. RGB value is (72,31,80). Sum of RGB (Red+Green+Blue) = 72+31+80=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #481F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F50 is #B7E0AF. Grayscale: #303030. Windows color (decimal): -12050608 or 5250888. OLE color: 5250888.
HSL color Cylindrical-coordinate representation of color #481F50: hue angle of 290.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481F50 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 31 | 80 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.69 |
| HSL | 290.2º | 0.44% | 0.22% | - |
| HSV(B) | 290.2º | 0.61% | 0.31% | - |
| XYZ | 4.61 | 2.94 | 7.91 | - |
| YUV | 48.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 80 | 0.10 | 0.61 | 0 | 0.69 | 290.2 | 0.44 | 0.22 |
| Hex | 48 | 1F | 50 | A | 3D | 0 | 45 | 122 | 2C | 16 |
| Octal | 110 | 37 | 120 | 12 | 75 | 0 | 105 | 442 | 54 | 26 |
| Binary | 1001000 | 11111 | 1010000 | 1010 | 111101 | 0 | 1000101 | 100100010 | 101100 | 10110 |
Color Harmonies of #481F50
Complementary color
Monochromatic Colors of #481F50
Black with #481F50
Text Example
Text Example
White with #481F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F50; }
p { color: rgb(72,31,80); }
H1.HeaderClassName
{
color: #481F50;
}
.AnyTagClassName
{
color: #481F50;
}
</style>
background-color css
<style>
a { background-color: #481F50; }
a { background-color: rgb(72,31,80); }
div.DivClassName
{
background-color: #481F50;
}
.BgClassName
{
background-color: #481F50;
}
</style>
border-color css
<style>
span { border-color: #481F50; }
span { border-color: rgb(72,31,80); }
td.TdClassName
{
border-color: #481F50;
}
.TagClassName
{
border-color: #481F50;
}
</style>