Shades of Purple Heart #482DBA
Tints of Purple Heart #482DBA
RGB
CMYK
RGB Variations
Color information
#482DBA (or 0x482DBA) is known color: Purple Heart. HEX triplet: 48, 2D and BA. RGB value is (72,45,186). Sum of RGB (Red+Green+Blue) = 72+45+186=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #482DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DBA is #B7D245. Grayscale: #444444. Windows color (decimal): -12046918 or 12201288. OLE color: 12201288.
HSL color Cylindrical-coordinate representation of color #482DBA: hue angle of 251.49º degrees, saturation: 0.61, 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 #482DBA is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 45 | 186 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.27 |
| HSL | 251.49º | 0.61% | 0.45% | - |
| HSV(B) | 251.49º | 0.76% | 0.73% | - |
| XYZ | 12.47 | 6.8 | 47.11 | - |
| YUV | 69.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 186 | 0.61 | 0.76 | 0 | 0.27 | 251.49 | 0.61 | 0.45 |
| Hex | 48 | 2D | BA | 3D | 4C | 0 | 1B | FB | 3D | 2D |
| Octal | 110 | 55 | 272 | 75 | 114 | 0 | 33 | 373 | 75 | 55 |
| Binary | 1001000 | 101101 | 10111010 | 111101 | 1001100 | 0 | 11011 | 11111011 | 111101 | 101101 |
Color Harmonies of #482DBA
Complementary color
Monochromatic Colors of #482DBA
Black with #482DBA
Text Example
Text Example
White with #482DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DBA; }
p { color: rgb(72,45,186); }
H1.HeaderClassName
{
color: #482DBA;
}
.AnyTagClassName
{
color: #482DBA;
}
</style>
background-color css
<style>
a { background-color: #482DBA; }
a { background-color: rgb(72,45,186); }
div.DivClassName
{
background-color: #482DBA;
}
.BgClassName
{
background-color: #482DBA;
}
</style>
border-color css
<style>
span { border-color: #482DBA; }
span { border-color: rgb(72,45,186); }
td.TdClassName
{
border-color: #482DBA;
}
.TagClassName
{
border-color: #482DBA;
}
</style>