Shades of Hot Purple #482D4F
Tints of Hot Purple #482D4F
RGB
CMYK
RGB Variations
Color information
#482D4F (or 0x482D4F) is known color: Hot Purple. HEX triplet: 48, 2D and 4F. RGB value is (72,45,79). Sum of RGB (Red+Green+Blue) = 72+45+79=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #482D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D4F is #B7D2B0. Grayscale: #383838. Windows color (decimal): -12047025 or 5188936. OLE color: 5188936.
HSL color Cylindrical-coordinate representation of color #482D4F: hue angle of 287.65º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482D4F is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 45 | 79 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.69 |
| HSL | 287.65º | 0.27% | 0.24% | - |
| HSV(B) | 287.65º | 0.43% | 0.31% | - |
| XYZ | 5.02 | 3.82 | 7.87 | - |
| YUV | 56.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 79 | 0.09 | 0.43 | 0 | 0.69 | 287.65 | 0.27 | 0.24 |
| Hex | 48 | 2D | 4F | 9 | 2B | 0 | 45 | 120 | 1B | 18 |
| Octal | 110 | 55 | 117 | 11 | 53 | 0 | 105 | 440 | 33 | 30 |
| Binary | 1001000 | 101101 | 1001111 | 1001 | 101011 | 0 | 1000101 | 100100000 | 11011 | 11000 |
Color Harmonies of #482D4F
Complementary color
Monochromatic Colors of #482D4F
Black with #482D4F
Text Example
Text Example
White with #482D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D4F; }
p { color: rgb(72,45,79); }
H1.HeaderClassName
{
color: #482D4F;
}
.AnyTagClassName
{
color: #482D4F;
}
</style>
background-color css
<style>
a { background-color: #482D4F; }
a { background-color: rgb(72,45,79); }
div.DivClassName
{
background-color: #482D4F;
}
.BgClassName
{
background-color: #482D4F;
}
</style>
border-color css
<style>
span { border-color: #482D4F; }
span { border-color: rgb(72,45,79); }
td.TdClassName
{
border-color: #482D4F;
}
.TagClassName
{
border-color: #482D4F;
}
</style>