Shades of Hot Purple #481453
Tints of Hot Purple #481453
RGB
CMYK
RGB Variations
Color information
#481453 (or 0x481453) is known color: Hot Purple. HEX triplet: 48, 14 and 53. RGB value is (72,20,83). Sum of RGB (Red+Green+Blue) = 72+20+83=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #481453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481453 is #B7EBAC. Grayscale: #2A2A2A. Windows color (decimal): -12053421 or 5444680. OLE color: 5444680.
HSL color Cylindrical-coordinate representation of color #481453: hue angle of 289.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481453 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 20 | 83 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.67 |
| HSL | 289.52º | 0.61% | 0.2% | - |
| HSV(B) | 289.52º | 0.76% | 0.33% | - |
| XYZ | 4.48 | 2.5 | 8.43 | - |
| YUV | 42.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 83 | 0.13 | 0.76 | 0 | 0.67 | 289.52 | 0.61 | 0.2 |
| Hex | 48 | 14 | 53 | D | 4C | 0 | 43 | 122 | 3D | 14 |
| Octal | 110 | 24 | 123 | 15 | 114 | 0 | 103 | 442 | 75 | 24 |
| Binary | 1001000 | 10100 | 1010011 | 1101 | 1001100 | 0 | 1000011 | 100100010 | 111101 | 10100 |
Color Harmonies of #481453
Complementary color
Monochromatic Colors of #481453
Black with #481453
Text Example
Text Example
White with #481453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481453; }
p { color: rgb(72,20,83); }
H1.HeaderClassName
{
color: #481453;
}
.AnyTagClassName
{
color: #481453;
}
</style>
background-color css
<style>
a { background-color: #481453; }
a { background-color: rgb(72,20,83); }
div.DivClassName
{
background-color: #481453;
}
.BgClassName
{
background-color: #481453;
}
</style>
border-color css
<style>
span { border-color: #481453; }
span { border-color: rgb(72,20,83); }
td.TdClassName
{
border-color: #481453;
}
.TagClassName
{
border-color: #481453;
}
</style>