Shades of Purple Heart #482EC0
Tints of Purple Heart #482EC0
RGB
CMYK
RGB Variations
Color information
#482EC0 (or 0x482EC0) is known color: Purple Heart. HEX triplet: 48, 2E and C0. RGB value is (72,46,192). Sum of RGB (Red+Green+Blue) = 72+46+192=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #482EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EC0 is #B7D13F. Grayscale: #454545. Windows color (decimal): -12046656 or 12594760. OLE color: 12594760.
HSL color Cylindrical-coordinate representation of color #482EC0: hue angle of 250.68º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482EC0 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 46 | 192 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.25 |
| HSL | 250.68º | 0.61% | 0.47% | - |
| HSV(B) | 250.68º | 0.76% | 0.75% | - |
| XYZ | 13.16 | 7.14 | 50.55 | - |
| YUV | 70.42 | 196.61 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 192 | 0.63 | 0.76 | 0 | 0.25 | 250.68 | 0.61 | 0.47 |
| Hex | 48 | 2E | C0 | 3F | 4C | 0 | 19 | FB | 3D | 2F |
| Octal | 110 | 56 | 300 | 77 | 114 | 0 | 31 | 373 | 75 | 57 |
| Binary | 1001000 | 101110 | 11000000 | 111111 | 1001100 | 0 | 11001 | 11111011 | 111101 | 101111 |
Color Harmonies of #482EC0
Complementary color
Monochromatic Colors of #482EC0
Black with #482EC0
Text Example
Text Example
White with #482EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482EC0; }
p { color: rgb(72,46,192); }
H1.HeaderClassName
{
color: #482EC0;
}
.AnyTagClassName
{
color: #482EC0;
}
</style>
background-color css
<style>
a { background-color: #482EC0; }
a { background-color: rgb(72,46,192); }
div.DivClassName
{
background-color: #482EC0;
}
.BgClassName
{
background-color: #482EC0;
}
</style>
border-color css
<style>
span { border-color: #482EC0; }
span { border-color: rgb(72,46,192); }
td.TdClassName
{
border-color: #482EC0;
}
.TagClassName
{
border-color: #482EC0;
}
</style>