Shades of Purple Heart #482DBC
Tints of Purple Heart #482DBC
RGB
CMYK
RGB Variations
Color information
#482DBC (or 0x482DBC) is known color: Purple Heart. HEX triplet: 48, 2D and BC. RGB value is (72,45,188). Sum of RGB (Red+Green+Blue) = 72+45+188=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #482DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DBC is #B7D243. Grayscale: #444444. Windows color (decimal): -12046916 or 12332360. OLE color: 12332360.
HSL color Cylindrical-coordinate representation of color #482DBC: hue angle of 251.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482DBC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 45 | 188 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.26 |
| HSL | 251.33º | 0.61% | 0.46% | - |
| HSV(B) | 251.33º | 0.76% | 0.74% | - |
| XYZ | 12.69 | 6.89 | 48.24 | - |
| YUV | 69.38 | 194.95 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 188 | 0.62 | 0.76 | 0 | 0.26 | 251.33 | 0.61 | 0.46 |
| Hex | 48 | 2D | BC | 3E | 4C | 0 | 1A | FB | 3D | 2E |
| Octal | 110 | 55 | 274 | 76 | 114 | 0 | 32 | 373 | 75 | 56 |
| Binary | 1001000 | 101101 | 10111100 | 111110 | 1001100 | 0 | 11010 | 11111011 | 111101 | 101110 |
Color Harmonies of #482DBC
Complementary color
Monochromatic Colors of #482DBC
Black with #482DBC
Text Example
Text Example
White with #482DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DBC; }
p { color: rgb(72,45,188); }
H1.HeaderClassName
{
color: #482DBC;
}
.AnyTagClassName
{
color: #482DBC;
}
</style>
background-color css
<style>
a { background-color: #482DBC; }
a { background-color: rgb(72,45,188); }
div.DivClassName
{
background-color: #482DBC;
}
.BgClassName
{
background-color: #482DBC;
}
</style>
border-color css
<style>
span { border-color: #482DBC; }
span { border-color: rgb(72,45,188); }
td.TdClassName
{
border-color: #482DBC;
}
.TagClassName
{
border-color: #482DBC;
}
</style>