Shades of Hot Purple #481552
Tints of Hot Purple #481552
RGB
CMYK
RGB Variations
Color information
#481552 (or 0x481552) is known color: Hot Purple. HEX triplet: 48, 15 and 52. RGB value is (72,21,82). Sum of RGB (Red+Green+Blue) = 72+21+82=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #481552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481552 is #B7EAAD. Grayscale: #2B2B2B. Windows color (decimal): -12053166 or 5379400. OLE color: 5379400.
HSL color Cylindrical-coordinate representation of color #481552: hue angle of 290.16º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481552 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 21 | 82 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.68 |
| HSL | 290.16º | 0.59% | 0.2% | - |
| HSV(B) | 290.16º | 0.74% | 0.32% | - |
| XYZ | 4.46 | 2.52 | 8.23 | - |
| YUV | 43.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 82 | 0.12 | 0.74 | 0 | 0.68 | 290.16 | 0.59 | 0.2 |
| Hex | 48 | 15 | 52 | C | 4A | 0 | 44 | 122 | 3B | 14 |
| Octal | 110 | 25 | 122 | 14 | 112 | 0 | 104 | 442 | 73 | 24 |
| Binary | 1001000 | 10101 | 1010010 | 1100 | 1001010 | 0 | 1000100 | 100100010 | 111011 | 10100 |
Color Harmonies of #481552
Complementary color
Monochromatic Colors of #481552
Black with #481552
Text Example
Text Example
White with #481552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481552; }
p { color: rgb(72,21,82); }
H1.HeaderClassName
{
color: #481552;
}
.AnyTagClassName
{
color: #481552;
}
</style>
background-color css
<style>
a { background-color: #481552; }
a { background-color: rgb(72,21,82); }
div.DivClassName
{
background-color: #481552;
}
.BgClassName
{
background-color: #481552;
}
</style>
border-color css
<style>
span { border-color: #481552; }
span { border-color: rgb(72,21,82); }
td.TdClassName
{
border-color: #481552;
}
.TagClassName
{
border-color: #481552;
}
</style>