Shades of Hot Purple #481651
Tints of Hot Purple #481651
RGB
CMYK
RGB Variations
Color information
#481651 (or 0x481651) is known color: Hot Purple. HEX triplet: 48, 16 and 51. RGB value is (72,22,81). Sum of RGB (Red+Green+Blue) = 72+22+81=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #481651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481651 is #B7E9AE. Grayscale: #2B2B2B. Windows color (decimal): -12052911 or 5314120. OLE color: 5314120.
HSL color Cylindrical-coordinate representation of color #481651: hue angle of 290.85º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481651 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 22 | 81 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.68 |
| HSL | 290.85º | 0.57% | 0.2% | - |
| HSV(B) | 290.85º | 0.73% | 0.32% | - |
| XYZ | 4.44 | 2.55 | 8.04 | - |
| YUV | 43.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 81 | 0.11 | 0.73 | 0 | 0.68 | 290.85 | 0.57 | 0.2 |
| Hex | 48 | 16 | 51 | B | 49 | 0 | 44 | 123 | 39 | 14 |
| Octal | 110 | 26 | 121 | 13 | 111 | 0 | 104 | 443 | 71 | 24 |
| Binary | 1001000 | 10110 | 1010001 | 1011 | 1001001 | 0 | 1000100 | 100100011 | 111001 | 10100 |
Color Harmonies of #481651
Complementary color
Monochromatic Colors of #481651
Black with #481651
Text Example
Text Example
White with #481651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481651; }
p { color: rgb(72,22,81); }
H1.HeaderClassName
{
color: #481651;
}
.AnyTagClassName
{
color: #481651;
}
</style>
background-color css
<style>
a { background-color: #481651; }
a { background-color: rgb(72,22,81); }
div.DivClassName
{
background-color: #481651;
}
.BgClassName
{
background-color: #481651;
}
</style>
border-color css
<style>
span { border-color: #481651; }
span { border-color: rgb(72,22,81); }
td.TdClassName
{
border-color: #481651;
}
.TagClassName
{
border-color: #481651;
}
</style>