Shades of Purple Heart #482DB5
Tints of Purple Heart #482DB5
RGB
CMYK
RGB Variations
Color information
#482DB5 (or 0x482DB5) is known color: Purple Heart. HEX triplet: 48, 2D and B5. RGB value is (72,45,181). Sum of RGB (Red+Green+Blue) = 72+45+181=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #482DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DB5 is #B7D24A. Grayscale: #444444. Windows color (decimal): -12046923 or 11873608. OLE color: 11873608.
HSL color Cylindrical-coordinate representation of color #482DB5: hue angle of 251.91º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482DB5 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 45 | 181 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.29 |
| HSL | 251.91º | 0.6% | 0.44% | - |
| HSV(B) | 251.91º | 0.75% | 0.71% | - |
| XYZ | 11.95 | 6.59 | 44.36 | - |
| YUV | 68.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 181 | 0.60 | 0.75 | 0 | 0.29 | 251.91 | 0.6 | 0.44 |
| Hex | 48 | 2D | B5 | 3C | 4B | 0 | 1D | FC | 3C | 2C |
| Octal | 110 | 55 | 265 | 74 | 113 | 0 | 35 | 374 | 74 | 54 |
| Binary | 1001000 | 101101 | 10110101 | 111100 | 1001011 | 0 | 11101 | 11111100 | 111100 | 101100 |
Color Harmonies of #482DB5
Complementary color
Monochromatic Colors of #482DB5
Black with #482DB5
Text Example
Text Example
White with #482DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DB5; }
p { color: rgb(72,45,181); }
H1.HeaderClassName
{
color: #482DB5;
}
.AnyTagClassName
{
color: #482DB5;
}
</style>
background-color css
<style>
a { background-color: #482DB5; }
a { background-color: rgb(72,45,181); }
div.DivClassName
{
background-color: #482DB5;
}
.BgClassName
{
background-color: #482DB5;
}
</style>
border-color css
<style>
span { border-color: #482DB5; }
span { border-color: rgb(72,45,181); }
td.TdClassName
{
border-color: #482DB5;
}
.TagClassName
{
border-color: #482DB5;
}
</style>