Shades of Hot Purple #482A4B
Tints of Hot Purple #482A4B
RGB
CMYK
RGB Variations
Color information
#482A4B (or 0x482A4B) is known color: Hot Purple. HEX triplet: 48, 2A and 4B. RGB value is (72,42,75). Sum of RGB (Red+Green+Blue) = 72+42+75=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #482A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A4B is #B7D5B4. Grayscale: #363636. Windows color (decimal): -12047797 or 4926024. OLE color: 4926024.
HSL color Cylindrical-coordinate representation of color #482A4B: hue angle of 294.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482A4B is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 42 | 75 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.71 |
| HSL | 294.55º | 0.28% | 0.23% | - |
| HSV(B) | 294.55º | 0.44% | 0.29% | - |
| XYZ | 4.77 | 3.54 | 7.09 | - |
| YUV | 54.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 75 | 0.04 | 0.44 | 0 | 0.71 | 294.55 | 0.28 | 0.23 |
| Hex | 48 | 2A | 4B | 4 | 2C | 0 | 47 | 127 | 1C | 17 |
| Octal | 110 | 52 | 113 | 4 | 54 | 0 | 107 | 447 | 34 | 27 |
| Binary | 1001000 | 101010 | 1001011 | 100 | 101100 | 0 | 1000111 | 100100111 | 11100 | 10111 |
Color Harmonies of #482A4B
Complementary color
Monochromatic Colors of #482A4B
Black with #482A4B
Text Example
Text Example
White with #482A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A4B; }
p { color: rgb(72,42,75); }
H1.HeaderClassName
{
color: #482A4B;
}
.AnyTagClassName
{
color: #482A4B;
}
</style>
background-color css
<style>
a { background-color: #482A4B; }
a { background-color: rgb(72,42,75); }
div.DivClassName
{
background-color: #482A4B;
}
.BgClassName
{
background-color: #482A4B;
}
</style>
border-color css
<style>
span { border-color: #482A4B; }
span { border-color: rgb(72,42,75); }
td.TdClassName
{
border-color: #482A4B;
}
.TagClassName
{
border-color: #482A4B;
}
</style>