Shades of Hot Purple #481354
Tints of Hot Purple #481354
RGB
CMYK
RGB Variations
Color information
#481354 (or 0x481354) is known color: Hot Purple. HEX triplet: 48, 13 and 54. RGB value is (72,19,84). Sum of RGB (Red+Green+Blue) = 72+19+84=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #481354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481354 is #B7ECAB. Grayscale: #2A2A2A. Windows color (decimal): -12053676 or 5509960. OLE color: 5509960.
HSL color Cylindrical-coordinate representation of color #481354: hue angle of 288.92º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481354 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 19 | 84 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.67 |
| HSL | 288.92º | 0.63% | 0.2% | - |
| HSV(B) | 288.92º | 0.77% | 0.33% | - |
| XYZ | 4.51 | 2.48 | 8.63 | - |
| YUV | 42.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 84 | 0.14 | 0.77 | 0 | 0.67 | 288.92 | 0.63 | 0.2 |
| Hex | 48 | 13 | 54 | E | 4D | 0 | 43 | 121 | 3F | 14 |
| Octal | 110 | 23 | 124 | 16 | 115 | 0 | 103 | 441 | 77 | 24 |
| Binary | 1001000 | 10011 | 1010100 | 1110 | 1001101 | 0 | 1000011 | 100100001 | 111111 | 10100 |
Color Harmonies of #481354
Complementary color
Monochromatic Colors of #481354
Black with #481354
Text Example
Text Example
White with #481354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481354; }
p { color: rgb(72,19,84); }
H1.HeaderClassName
{
color: #481354;
}
.AnyTagClassName
{
color: #481354;
}
</style>
background-color css
<style>
a { background-color: #481354; }
a { background-color: rgb(72,19,84); }
div.DivClassName
{
background-color: #481354;
}
.BgClassName
{
background-color: #481354;
}
</style>
border-color css
<style>
span { border-color: #481354; }
span { border-color: rgb(72,19,84); }
td.TdClassName
{
border-color: #481354;
}
.TagClassName
{
border-color: #481354;
}
</style>