Shades of Purple Heart #482DBE
Tints of Purple Heart #482DBE
RGB
CMYK
RGB Variations
Color information
#482DBE (or 0x482DBE) is known color: Purple Heart. HEX triplet: 48, 2D and BE. RGB value is (72,45,190). Sum of RGB (Red+Green+Blue) = 72+45+190=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #482DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DBE is #B7D241. Grayscale: #454545. Windows color (decimal): -12046914 or 12463432. OLE color: 12463432.
HSL color Cylindrical-coordinate representation of color #482DBE: hue angle of 251.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482DBE is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 45 | 190 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.25 |
| HSL | 251.17º | 0.62% | 0.46% | - |
| HSV(B) | 251.17º | 0.76% | 0.75% | - |
| XYZ | 12.91 | 6.97 | 49.38 | - |
| YUV | 69.6 | 195.95 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 190 | 0.62 | 0.76 | 0 | 0.25 | 251.17 | 0.62 | 0.46 |
| Hex | 48 | 2D | BE | 3E | 4C | 0 | 19 | FB | 3E | 2E |
| Octal | 110 | 55 | 276 | 76 | 114 | 0 | 31 | 373 | 76 | 56 |
| Binary | 1001000 | 101101 | 10111110 | 111110 | 1001100 | 0 | 11001 | 11111011 | 111110 | 101110 |
Color Harmonies of #482DBE
Complementary color
Monochromatic Colors of #482DBE
Black with #482DBE
Text Example
Text Example
White with #482DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DBE; }
p { color: rgb(72,45,190); }
H1.HeaderClassName
{
color: #482DBE;
}
.AnyTagClassName
{
color: #482DBE;
}
</style>
background-color css
<style>
a { background-color: #482DBE; }
a { background-color: rgb(72,45,190); }
div.DivClassName
{
background-color: #482DBE;
}
.BgClassName
{
background-color: #482DBE;
}
</style>
border-color css
<style>
span { border-color: #482DBE; }
span { border-color: rgb(72,45,190); }
td.TdClassName
{
border-color: #482DBE;
}
.TagClassName
{
border-color: #482DBE;
}
</style>