Shades of Hot Purple #481E4B
Tints of Hot Purple #481E4B
RGB
CMYK
RGB Variations
Color information
#481E4B (or 0x481E4B) is known color: Hot Purple. HEX triplet: 48, 1E and 4B. RGB value is (72,30,75). Sum of RGB (Red+Green+Blue) = 72+30+75=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #481E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E4B is #B7E1B4. Grayscale: #2F2F2F. Windows color (decimal): -12050869 or 4922952. OLE color: 4922952.
HSL color Cylindrical-coordinate representation of color #481E4B: hue angle of 296º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481E4B is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 30 | 75 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.71 |
| HSL | 296º | 0.43% | 0.21% | - |
| HSV(B) | 296º | 0.6% | 0.29% | - |
| XYZ | 4.41 | 2.81 | 6.97 | - |
| YUV | 47.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 75 | 0.04 | 0.60 | 0 | 0.71 | 296 | 0.43 | 0.21 |
| Hex | 48 | 1E | 4B | 4 | 3C | 0 | 47 | 128 | 2B | 15 |
| Octal | 110 | 36 | 113 | 4 | 74 | 0 | 107 | 450 | 53 | 25 |
| Binary | 1001000 | 11110 | 1001011 | 100 | 111100 | 0 | 1000111 | 100101000 | 101011 | 10101 |
Color Harmonies of #481E4B
Complementary color
Monochromatic Colors of #481E4B
Black with #481E4B
Text Example
Text Example
White with #481E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E4B; }
p { color: rgb(72,30,75); }
H1.HeaderClassName
{
color: #481E4B;
}
.AnyTagClassName
{
color: #481E4B;
}
</style>
background-color css
<style>
a { background-color: #481E4B; }
a { background-color: rgb(72,30,75); }
div.DivClassName
{
background-color: #481E4B;
}
.BgClassName
{
background-color: #481E4B;
}
</style>
border-color css
<style>
span { border-color: #481E4B; }
span { border-color: rgb(72,30,75); }
td.TdClassName
{
border-color: #481E4B;
}
.TagClassName
{
border-color: #481E4B;
}
</style>