Shades of Hot Purple #481454
Tints of Hot Purple #481454
RGB
CMYK
RGB Variations
Color information
#481454 (or 0x481454) is known color: Hot Purple. HEX triplet: 48, 14 and 54. RGB value is (72,20,84). Sum of RGB (Red+Green+Blue) = 72+20+84=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #481454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481454 is #B7EBAB. Grayscale: #2A2A2A. Windows color (decimal): -12053420 or 5510216. OLE color: 5510216.
HSL color Cylindrical-coordinate representation of color #481454: hue angle of 288.75º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481454 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 20 | 84 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.67 |
| HSL | 288.75º | 0.62% | 0.2% | - |
| HSV(B) | 288.75º | 0.76% | 0.33% | - |
| XYZ | 4.52 | 2.52 | 8.64 | - |
| YUV | 42.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 84 | 0.14 | 0.76 | 0 | 0.67 | 288.75 | 0.62 | 0.2 |
| Hex | 48 | 14 | 54 | E | 4C | 0 | 43 | 121 | 3E | 14 |
| Octal | 110 | 24 | 124 | 16 | 114 | 0 | 103 | 441 | 76 | 24 |
| Binary | 1001000 | 10100 | 1010100 | 1110 | 1001100 | 0 | 1000011 | 100100001 | 111110 | 10100 |
Color Harmonies of #481454
Complementary color
Monochromatic Colors of #481454
Black with #481454
Text Example
Text Example
White with #481454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481454; }
p { color: rgb(72,20,84); }
H1.HeaderClassName
{
color: #481454;
}
.AnyTagClassName
{
color: #481454;
}
</style>
background-color css
<style>
a { background-color: #481454; }
a { background-color: rgb(72,20,84); }
div.DivClassName
{
background-color: #481454;
}
.BgClassName
{
background-color: #481454;
}
</style>
border-color css
<style>
span { border-color: #481454; }
span { border-color: rgb(72,20,84); }
td.TdClassName
{
border-color: #481454;
}
.TagClassName
{
border-color: #481454;
}
</style>