Shades of Hot Purple #482C4E
Tints of Hot Purple #482C4E
RGB
CMYK
RGB Variations
Color information
#482C4E (or 0x482C4E) is known color: Hot Purple. HEX triplet: 48, 2C and 4E. RGB value is (72,44,78). Sum of RGB (Red+Green+Blue) = 72+44+78=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #482C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C4E is #B7D3B1. Grayscale: #383838. Windows color (decimal): -12047282 or 5123144. OLE color: 5123144.
HSL color Cylindrical-coordinate representation of color #482C4E: hue angle of 289.41º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482C4E is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 44 | 78 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.69 |
| HSL | 289.41º | 0.28% | 0.24% | - |
| HSV(B) | 289.41º | 0.44% | 0.31% | - |
| XYZ | 4.95 | 3.73 | 7.67 | - |
| YUV | 56.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 78 | 0.08 | 0.44 | 0 | 0.69 | 289.41 | 0.28 | 0.24 |
| Hex | 48 | 2C | 4E | 8 | 2C | 0 | 45 | 121 | 1C | 18 |
| Octal | 110 | 54 | 116 | 10 | 54 | 0 | 105 | 441 | 34 | 30 |
| Binary | 1001000 | 101100 | 1001110 | 1000 | 101100 | 0 | 1000101 | 100100001 | 11100 | 11000 |
Color Harmonies of #482C4E
Complementary color
Monochromatic Colors of #482C4E
Black with #482C4E
Text Example
Text Example
White with #482C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C4E; }
p { color: rgb(72,44,78); }
H1.HeaderClassName
{
color: #482C4E;
}
.AnyTagClassName
{
color: #482C4E;
}
</style>
background-color css
<style>
a { background-color: #482C4E; }
a { background-color: rgb(72,44,78); }
div.DivClassName
{
background-color: #482C4E;
}
.BgClassName
{
background-color: #482C4E;
}
</style>
border-color css
<style>
span { border-color: #482C4E; }
span { border-color: rgb(72,44,78); }
td.TdClassName
{
border-color: #482C4E;
}
.TagClassName
{
border-color: #482C4E;
}
</style>