Shades of Purple Heart #482AB9
Tints of Purple Heart #482AB9
RGB
CMYK
RGB Variations
Color information
#482AB9 (or 0x482AB9) is known color: Purple Heart. HEX triplet: 48, 2A and B9. RGB value is (72,42,185). Sum of RGB (Red+Green+Blue) = 72+42+185=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #482AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482AB9 is #B7D546. Grayscale: #424242. Windows color (decimal): -12047687 or 12134984. OLE color: 12134984.
HSL color Cylindrical-coordinate representation of color #482AB9: hue angle of 252.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482AB9 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 42 | 185 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.27 |
| HSL | 252.59º | 0.63% | 0.45% | - |
| HSV(B) | 252.59º | 0.77% | 0.73% | - |
| XYZ | 12.26 | 6.54 | 46.51 | - |
| YUV | 67.27 | 194.44 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 185 | 0.61 | 0.77 | 0 | 0.27 | 252.59 | 0.63 | 0.45 |
| Hex | 48 | 2A | B9 | 3D | 4D | 0 | 1B | FD | 3F | 2D |
| Octal | 110 | 52 | 271 | 75 | 115 | 0 | 33 | 375 | 77 | 55 |
| Binary | 1001000 | 101010 | 10111001 | 111101 | 1001101 | 0 | 11011 | 11111101 | 111111 | 101101 |
Color Harmonies of #482AB9
Complementary color
Monochromatic Colors of #482AB9
Black with #482AB9
Text Example
Text Example
White with #482AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482AB9; }
p { color: rgb(72,42,185); }
H1.HeaderClassName
{
color: #482AB9;
}
.AnyTagClassName
{
color: #482AB9;
}
</style>
background-color css
<style>
a { background-color: #482AB9; }
a { background-color: rgb(72,42,185); }
div.DivClassName
{
background-color: #482AB9;
}
.BgClassName
{
background-color: #482AB9;
}
</style>
border-color css
<style>
span { border-color: #482AB9; }
span { border-color: rgb(72,42,185); }
td.TdClassName
{
border-color: #482AB9;
}
.TagClassName
{
border-color: #482AB9;
}
</style>