Shades of Hot Purple #481B50
Tints of Hot Purple #481B50
RGB
CMYK
RGB Variations
Color information
#481B50 (or 0x481B50) is known color: Hot Purple. HEX triplet: 48, 1B and 50. RGB value is (72,27,80). Sum of RGB (Red+Green+Blue) = 72+27+80=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #481B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481B50 is #B7E4AF. Grayscale: #2E2E2E. Windows color (decimal): -12051632 or 5249864. OLE color: 5249864.
HSL color Cylindrical-coordinate representation of color #481B50: hue angle of 290.94º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #481B50 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 27 | 80 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.69 |
| HSL | 290.94º | 0.5% | 0.21% | - |
| HSV(B) | 290.94º | 0.66% | 0.31% | - |
| XYZ | 4.51 | 2.74 | 7.88 | - |
| YUV | 46.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 80 | 0.10 | 0.66 | 0 | 0.69 | 290.94 | 0.5 | 0.21 |
| Hex | 48 | 1B | 50 | A | 42 | 0 | 45 | 123 | 32 | 15 |
| Octal | 110 | 33 | 120 | 12 | 102 | 0 | 105 | 443 | 62 | 25 |
| Binary | 1001000 | 11011 | 1010000 | 1010 | 1000010 | 0 | 1000101 | 100100011 | 110010 | 10101 |
Color Harmonies of #481B50
Complementary color
Monochromatic Colors of #481B50
Black with #481B50
Text Example
Text Example
White with #481B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B50; }
p { color: rgb(72,27,80); }
H1.HeaderClassName
{
color: #481B50;
}
.AnyTagClassName
{
color: #481B50;
}
</style>
background-color css
<style>
a { background-color: #481B50; }
a { background-color: rgb(72,27,80); }
div.DivClassName
{
background-color: #481B50;
}
.BgClassName
{
background-color: #481B50;
}
</style>
border-color css
<style>
span { border-color: #481B50; }
span { border-color: rgb(72,27,80); }
td.TdClassName
{
border-color: #481B50;
}
.TagClassName
{
border-color: #481B50;
}
</style>