Shades of Hot Purple #481751
Tints of Hot Purple #481751
RGB
CMYK
RGB Variations
Color information
#481751 (or 0x481751) is known color: Hot Purple. HEX triplet: 48, 17 and 51. RGB value is (72,23,81). Sum of RGB (Red+Green+Blue) = 72+23+81=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #481751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481751 is #B7E8AE. Grayscale: #2C2C2C. Windows color (decimal): -12052655 or 5314376. OLE color: 5314376.
HSL color Cylindrical-coordinate representation of color #481751: hue angle of 290.69º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481751 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 23 | 81 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.68 |
| HSL | 290.69º | 0.56% | 0.2% | - |
| HSV(B) | 290.69º | 0.72% | 0.32% | - |
| XYZ | 4.46 | 2.58 | 8.05 | - |
| YUV | 44.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 81 | 0.11 | 0.72 | 0 | 0.68 | 290.69 | 0.56 | 0.2 |
| Hex | 48 | 17 | 51 | B | 48 | 0 | 44 | 123 | 38 | 14 |
| Octal | 110 | 27 | 121 | 13 | 110 | 0 | 104 | 443 | 70 | 24 |
| Binary | 1001000 | 10111 | 1010001 | 1011 | 1001000 | 0 | 1000100 | 100100011 | 111000 | 10100 |
Color Harmonies of #481751
Complementary color
Monochromatic Colors of #481751
Black with #481751
Text Example
Text Example
White with #481751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481751; }
p { color: rgb(72,23,81); }
H1.HeaderClassName
{
color: #481751;
}
.AnyTagClassName
{
color: #481751;
}
</style>
background-color css
<style>
a { background-color: #481751; }
a { background-color: rgb(72,23,81); }
div.DivClassName
{
background-color: #481751;
}
.BgClassName
{
background-color: #481751;
}
</style>
border-color css
<style>
span { border-color: #481751; }
span { border-color: rgb(72,23,81); }
td.TdClassName
{
border-color: #481751;
}
.TagClassName
{
border-color: #481751;
}
</style>