Shades of Purple Heart #482BBF
Tints of Purple Heart #482BBF
RGB
CMYK
RGB Variations
Color information
#482BBF (or 0x482BBF) is known color: Purple Heart. HEX triplet: 48, 2B and BF. RGB value is (72,43,191). Sum of RGB (Red+Green+Blue) = 72+43+191=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #482BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482BBF is #B7D440. Grayscale: #434343. Windows color (decimal): -12047425 or 12528456. OLE color: 12528456.
HSL color Cylindrical-coordinate representation of color #482BBF: hue angle of 251.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482BBF is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 43 | 191 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.25 |
| HSL | 251.76º | 0.63% | 0.46% | - |
| HSV(B) | 251.76º | 0.77% | 0.75% | - |
| XYZ | 12.94 | 6.87 | 49.93 | - |
| YUV | 68.54 | 197.11 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 191 | 0.62 | 0.77 | 0 | 0.25 | 251.76 | 0.63 | 0.46 |
| Hex | 48 | 2B | BF | 3E | 4D | 0 | 19 | FC | 3F | 2E |
| Octal | 110 | 53 | 277 | 76 | 115 | 0 | 31 | 374 | 77 | 56 |
| Binary | 1001000 | 101011 | 10111111 | 111110 | 1001101 | 0 | 11001 | 11111100 | 111111 | 101110 |
Color Harmonies of #482BBF
Complementary color
Monochromatic Colors of #482BBF
Black with #482BBF
Text Example
Text Example
White with #482BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482BBF; }
p { color: rgb(72,43,191); }
H1.HeaderClassName
{
color: #482BBF;
}
.AnyTagClassName
{
color: #482BBF;
}
</style>
background-color css
<style>
a { background-color: #482BBF; }
a { background-color: rgb(72,43,191); }
div.DivClassName
{
background-color: #482BBF;
}
.BgClassName
{
background-color: #482BBF;
}
</style>
border-color css
<style>
span { border-color: #482BBF; }
span { border-color: rgb(72,43,191); }
td.TdClassName
{
border-color: #482BBF;
}
.TagClassName
{
border-color: #482BBF;
}
</style>