Shades of Hot Purple #480753
Tints of Hot Purple #480753
RGB
CMYK
RGB Variations
Color information
#480753 (or 0x480753) is known color: Hot Purple. HEX triplet: 48, 07 and 53. RGB value is (72,7,83). Sum of RGB (Red+Green+Blue) = 72+7+83=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #480753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480753 is #B7F8AC. Grayscale: #222222. Windows color (decimal): -12056749 or 5441352. OLE color: 5441352.
HSL color Cylindrical-coordinate representation of color #480753: hue angle of 291.32º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480753 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 7 | 83 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.67 |
| HSL | 291.32º | 0.84% | 0.18% | - |
| HSV(B) | 291.32º | 0.92% | 0.33% | - |
| XYZ | 4.31 | 2.15 | 8.37 | - |
| YUV | 35.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 83 | 0.13 | 0.92 | 0 | 0.67 | 291.32 | 0.84 | 0.18 |
| Hex | 48 | 7 | 53 | D | 5C | 0 | 43 | 123 | 54 | 12 |
| Octal | 110 | 7 | 123 | 15 | 134 | 0 | 103 | 443 | 124 | 22 |
| Binary | 1001000 | 111 | 1010011 | 1101 | 1011100 | 0 | 1000011 | 100100011 | 1010100 | 10010 |
Color Harmonies of #480753
Complementary color
Monochromatic Colors of #480753
Black with #480753
Text Example
Text Example
White with #480753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480753; }
p { color: rgb(72,7,83); }
H1.HeaderClassName
{
color: #480753;
}
.AnyTagClassName
{
color: #480753;
}
</style>
background-color css
<style>
a { background-color: #480753; }
a { background-color: rgb(72,7,83); }
div.DivClassName
{
background-color: #480753;
}
.BgClassName
{
background-color: #480753;
}
</style>
border-color css
<style>
span { border-color: #480753; }
span { border-color: rgb(72,7,83); }
td.TdClassName
{
border-color: #480753;
}
.TagClassName
{
border-color: #480753;
}
</style>