Shades of Hot Purple #481A4B
Tints of Hot Purple #481A4B
RGB
CMYK
RGB Variations
Color information
#481A4B (or 0x481A4B) is known color: Hot Purple. HEX triplet: 48, 1A and 4B. RGB value is (72,26,75). Sum of RGB (Red+Green+Blue) = 72+26+75=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #481A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A4B is #B7E5B4. Grayscale: #2D2D2D. Windows color (decimal): -12051893 or 4921928. OLE color: 4921928.
HSL color Cylindrical-coordinate representation of color #481A4B: hue angle of 296.33º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481A4B is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 26 | 75 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.71 |
| HSL | 296.33º | 0.49% | 0.2% | - |
| HSV(B) | 296.33º | 0.65% | 0.29% | - |
| XYZ | 4.31 | 2.62 | 6.94 | - |
| YUV | 45.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 75 | 0.04 | 0.65 | 0 | 0.71 | 296.33 | 0.49 | 0.2 |
| Hex | 48 | 1A | 4B | 4 | 41 | 0 | 47 | 128 | 31 | 14 |
| Octal | 110 | 32 | 113 | 4 | 101 | 0 | 107 | 450 | 61 | 24 |
| Binary | 1001000 | 11010 | 1001011 | 100 | 1000001 | 0 | 1000111 | 100101000 | 110001 | 10100 |
Color Harmonies of #481A4B
Complementary color
Monochromatic Colors of #481A4B
Black with #481A4B
Text Example
Text Example
White with #481A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A4B; }
p { color: rgb(72,26,75); }
H1.HeaderClassName
{
color: #481A4B;
}
.AnyTagClassName
{
color: #481A4B;
}
</style>
background-color css
<style>
a { background-color: #481A4B; }
a { background-color: rgb(72,26,75); }
div.DivClassName
{
background-color: #481A4B;
}
.BgClassName
{
background-color: #481A4B;
}
</style>
border-color css
<style>
span { border-color: #481A4B; }
span { border-color: rgb(72,26,75); }
td.TdClassName
{
border-color: #481A4B;
}
.TagClassName
{
border-color: #481A4B;
}
</style>