Shades of Hot Purple #481852
Tints of Hot Purple #481852
RGB
CMYK
RGB Variations
Color information
#481852 (or 0x481852) is known color: Hot Purple. HEX triplet: 48, 18 and 52. RGB value is (72,24,82). Sum of RGB (Red+Green+Blue) = 72+24+82=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #481852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481852 is #B7E7AD. Grayscale: #2C2C2C. Windows color (decimal): -12052398 or 5380168. OLE color: 5380168.
HSL color Cylindrical-coordinate representation of color #481852: hue angle of 289.66º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481852 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 24 | 82 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.68 |
| HSL | 289.66º | 0.55% | 0.21% | - |
| HSV(B) | 289.66º | 0.71% | 0.32% | - |
| XYZ | 4.52 | 2.64 | 8.25 | - |
| YUV | 44.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 82 | 0.12 | 0.71 | 0 | 0.68 | 289.66 | 0.55 | 0.21 |
| Hex | 48 | 18 | 52 | C | 47 | 0 | 44 | 122 | 37 | 15 |
| Octal | 110 | 30 | 122 | 14 | 107 | 0 | 104 | 442 | 67 | 25 |
| Binary | 1001000 | 11000 | 1010010 | 1100 | 1000111 | 0 | 1000100 | 100100010 | 110111 | 10101 |
Color Harmonies of #481852
Complementary color
Monochromatic Colors of #481852
Black with #481852
Text Example
Text Example
White with #481852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481852; }
p { color: rgb(72,24,82); }
H1.HeaderClassName
{
color: #481852;
}
.AnyTagClassName
{
color: #481852;
}
</style>
background-color css
<style>
a { background-color: #481852; }
a { background-color: rgb(72,24,82); }
div.DivClassName
{
background-color: #481852;
}
.BgClassName
{
background-color: #481852;
}
</style>
border-color css
<style>
span { border-color: #481852; }
span { border-color: rgb(72,24,82); }
td.TdClassName
{
border-color: #481852;
}
.TagClassName
{
border-color: #481852;
}
</style>