Shades of Purple Heart #482CBD
Tints of Purple Heart #482CBD
RGB
CMYK
RGB Variations
Color information
#482CBD (or 0x482CBD) is known color: Purple Heart. HEX triplet: 48, 2C and BD. RGB value is (72,44,189). Sum of RGB (Red+Green+Blue) = 72+44+189=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #482CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CBD is #B7D342. Grayscale: #444444. Windows color (decimal): -12047171 or 12397640. OLE color: 12397640.
HSL color Cylindrical-coordinate representation of color #482CBD: hue angle of 251.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482CBD is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 44 | 189 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.26 |
| HSL | 251.59º | 0.62% | 0.46% | - |
| HSV(B) | 251.59º | 0.77% | 0.74% | - |
| XYZ | 12.76 | 6.85 | 48.79 | - |
| YUV | 68.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 189 | 0.62 | 0.77 | 0 | 0.26 | 251.59 | 0.62 | 0.46 |
| Hex | 48 | 2C | BD | 3E | 4D | 0 | 1A | FC | 3E | 2E |
| Octal | 110 | 54 | 275 | 76 | 115 | 0 | 32 | 374 | 76 | 56 |
| Binary | 1001000 | 101100 | 10111101 | 111110 | 1001101 | 0 | 11010 | 11111100 | 111110 | 101110 |
Color Harmonies of #482CBD
Complementary color
Monochromatic Colors of #482CBD
Black with #482CBD
Text Example
Text Example
White with #482CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CBD; }
p { color: rgb(72,44,189); }
H1.HeaderClassName
{
color: #482CBD;
}
.AnyTagClassName
{
color: #482CBD;
}
</style>
background-color css
<style>
a { background-color: #482CBD; }
a { background-color: rgb(72,44,189); }
div.DivClassName
{
background-color: #482CBD;
}
.BgClassName
{
background-color: #482CBD;
}
</style>
border-color css
<style>
span { border-color: #482CBD; }
span { border-color: rgb(72,44,189); }
td.TdClassName
{
border-color: #482CBD;
}
.TagClassName
{
border-color: #482CBD;
}
</style>