Shades of Hot Purple #481D4A
Tints of Hot Purple #481D4A
RGB
CMYK
RGB Variations
Color information
#481D4A (or 0x481D4A) is known color: Hot Purple. HEX triplet: 48, 1D and 4A. RGB value is (72,29,74). Sum of RGB (Red+Green+Blue) = 72+29+74=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #481D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D4A is #B7E2B5. Grayscale: #2E2E2E. Windows color (decimal): -12051126 or 4857160. OLE color: 4857160.
HSL color Cylindrical-coordinate representation of color #481D4A: hue angle of 297.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481D4A is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 29 | 74 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.71 |
| HSL | 297.33º | 0.44% | 0.2% | - |
| HSV(B) | 297.33º | 0.61% | 0.29% | - |
| XYZ | 4.35 | 2.75 | 6.78 | - |
| YUV | 46.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 74 | 0.03 | 0.61 | 0 | 0.71 | 297.33 | 0.44 | 0.2 |
| Hex | 48 | 1D | 4A | 3 | 3D | 0 | 47 | 129 | 2C | 14 |
| Octal | 110 | 35 | 112 | 3 | 75 | 0 | 107 | 451 | 54 | 24 |
| Binary | 1001000 | 11101 | 1001010 | 11 | 111101 | 0 | 1000111 | 100101001 | 101100 | 10100 |
Color Harmonies of #481D4A
Complementary color
Monochromatic Colors of #481D4A
Black with #481D4A
Text Example
Text Example
White with #481D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D4A; }
p { color: rgb(72,29,74); }
H1.HeaderClassName
{
color: #481D4A;
}
.AnyTagClassName
{
color: #481D4A;
}
</style>
background-color css
<style>
a { background-color: #481D4A; }
a { background-color: rgb(72,29,74); }
div.DivClassName
{
background-color: #481D4A;
}
.BgClassName
{
background-color: #481D4A;
}
</style>
border-color css
<style>
span { border-color: #481D4A; }
span { border-color: rgb(72,29,74); }
td.TdClassName
{
border-color: #481D4A;
}
.TagClassName
{
border-color: #481D4A;
}
</style>