Shades of Hot Purple #482D4C
Tints of Hot Purple #482D4C
RGB
CMYK
RGB Variations
Color information
#482D4C (or 0x482D4C) is known color: Hot Purple. HEX triplet: 48, 2D and 4C. RGB value is (72,45,76). Sum of RGB (Red+Green+Blue) = 72+45+76=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #482D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D4C is #B7D2B3. Grayscale: #383838. Windows color (decimal): -12047028 or 4992328. OLE color: 4992328.
HSL color Cylindrical-coordinate representation of color #482D4C: hue angle of 292.26º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #482D4C is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 45 | 76 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.70 |
| HSL | 292.26º | 0.26% | 0.24% | - |
| HSV(B) | 292.26º | 0.41% | 0.3% | - |
| XYZ | 4.92 | 3.78 | 7.31 | - |
| YUV | 56.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 76 | 0.05 | 0.41 | 0 | 0.70 | 292.26 | 0.26 | 0.24 |
| Hex | 48 | 2D | 4C | 5 | 29 | 0 | 46 | 124 | 1A | 18 |
| Octal | 110 | 55 | 114 | 5 | 51 | 0 | 106 | 444 | 32 | 30 |
| Binary | 1001000 | 101101 | 1001100 | 101 | 101001 | 0 | 1000110 | 100100100 | 11010 | 11000 |
Color Harmonies of #482D4C
Complementary color
Monochromatic Colors of #482D4C
Black with #482D4C
Text Example
Text Example
White with #482D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D4C; }
p { color: rgb(72,45,76); }
H1.HeaderClassName
{
color: #482D4C;
}
.AnyTagClassName
{
color: #482D4C;
}
</style>
background-color css
<style>
a { background-color: #482D4C; }
a { background-color: rgb(72,45,76); }
div.DivClassName
{
background-color: #482D4C;
}
.BgClassName
{
background-color: #482D4C;
}
</style>
border-color css
<style>
span { border-color: #482D4C; }
span { border-color: rgb(72,45,76); }
td.TdClassName
{
border-color: #482D4C;
}
.TagClassName
{
border-color: #482D4C;
}
</style>