Shades of Purple Heart #482CB9
Tints of Purple Heart #482CB9
RGB
CMYK
RGB Variations
Color information
#482CB9 (or 0x482CB9) is known color: Purple Heart. HEX triplet: 48, 2C and B9. RGB value is (72,44,185). Sum of RGB (Red+Green+Blue) = 72+44+185=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #482CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CB9 is #B7D346. Grayscale: #434343. Windows color (decimal): -12047175 or 12135496. OLE color: 12135496.
HSL color Cylindrical-coordinate representation of color #482CB9: hue angle of 251.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482CB9 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 44 | 185 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.27 |
| HSL | 251.91º | 0.62% | 0.45% | - |
| HSV(B) | 251.91º | 0.76% | 0.73% | - |
| XYZ | 12.33 | 6.68 | 46.54 | - |
| YUV | 68.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 185 | 0.61 | 0.76 | 0 | 0.27 | 251.91 | 0.62 | 0.45 |
| Hex | 48 | 2C | B9 | 3D | 4C | 0 | 1B | FC | 3E | 2D |
| Octal | 110 | 54 | 271 | 75 | 114 | 0 | 33 | 374 | 76 | 55 |
| Binary | 1001000 | 101100 | 10111001 | 111101 | 1001100 | 0 | 11011 | 11111100 | 111110 | 101101 |
Color Harmonies of #482CB9
Complementary color
Monochromatic Colors of #482CB9
Black with #482CB9
Text Example
Text Example
White with #482CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CB9; }
p { color: rgb(72,44,185); }
H1.HeaderClassName
{
color: #482CB9;
}
.AnyTagClassName
{
color: #482CB9;
}
</style>
background-color css
<style>
a { background-color: #482CB9; }
a { background-color: rgb(72,44,185); }
div.DivClassName
{
background-color: #482CB9;
}
.BgClassName
{
background-color: #482CB9;
}
</style>
border-color css
<style>
span { border-color: #482CB9; }
span { border-color: rgb(72,44,185); }
td.TdClassName
{
border-color: #482CB9;
}
.TagClassName
{
border-color: #482CB9;
}
</style>