Shades of Hot Purple #481053
Tints of Hot Purple #481053
RGB
CMYK
RGB Variations
Color information
#481053 (or 0x481053) is known color: Hot Purple. HEX triplet: 48, 10 and 53. RGB value is (72,16,83). Sum of RGB (Red+Green+Blue) = 72+16+83=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #481053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481053 is #B7EFAC. Grayscale: #282828. Windows color (decimal): -12054445 or 5443656. OLE color: 5443656.
HSL color Cylindrical-coordinate representation of color #481053: hue angle of 290.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481053 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 16 | 83 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.67 |
| HSL | 290.15º | 0.68% | 0.19% | - |
| HSV(B) | 290.15º | 0.81% | 0.33% | - |
| XYZ | 4.42 | 2.37 | 8.41 | - |
| YUV | 40.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 83 | 0.13 | 0.81 | 0 | 0.67 | 290.15 | 0.68 | 0.19 |
| Hex | 48 | 10 | 53 | D | 51 | 0 | 43 | 122 | 44 | 13 |
| Octal | 110 | 20 | 123 | 15 | 121 | 0 | 103 | 442 | 104 | 23 |
| Binary | 1001000 | 10000 | 1010011 | 1101 | 1010001 | 0 | 1000011 | 100100010 | 1000100 | 10011 |
Color Harmonies of #481053
Complementary color
Monochromatic Colors of #481053
Black with #481053
Text Example
Text Example
White with #481053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481053; }
p { color: rgb(72,16,83); }
H1.HeaderClassName
{
color: #481053;
}
.AnyTagClassName
{
color: #481053;
}
</style>
background-color css
<style>
a { background-color: #481053; }
a { background-color: rgb(72,16,83); }
div.DivClassName
{
background-color: #481053;
}
.BgClassName
{
background-color: #481053;
}
</style>
border-color css
<style>
span { border-color: #481053; }
span { border-color: rgb(72,16,83); }
td.TdClassName
{
border-color: #481053;
}
.TagClassName
{
border-color: #481053;
}
</style>