Shades of Purple Heart #482ABE
Tints of Purple Heart #482ABE
RGB
CMYK
RGB Variations
Color information
#482ABE (or 0x482ABE) is known color: Purple Heart. HEX triplet: 48, 2A and BE. RGB value is (72,42,190). Sum of RGB (Red+Green+Blue) = 72+42+190=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #482ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ABE is #B7D541. Grayscale: #434343. Windows color (decimal): -12047682 or 12462664. OLE color: 12462664.
HSL color Cylindrical-coordinate representation of color #482ABE: hue angle of 252.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482ABE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 42 | 190 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.25 |
| HSL | 252.16º | 0.64% | 0.45% | - |
| HSV(B) | 252.16º | 0.78% | 0.75% | - |
| XYZ | 12.79 | 6.75 | 49.34 | - |
| YUV | 67.84 | 196.94 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 190 | 0.62 | 0.78 | 0 | 0.25 | 252.16 | 0.64 | 0.45 |
| Hex | 48 | 2A | BE | 3E | 4E | 0 | 19 | FC | 40 | 2D |
| Octal | 110 | 52 | 276 | 76 | 116 | 0 | 31 | 374 | 100 | 55 |
| Binary | 1001000 | 101010 | 10111110 | 111110 | 1001110 | 0 | 11001 | 11111100 | 1000000 | 101101 |
Color Harmonies of #482ABE
Complementary color
Monochromatic Colors of #482ABE
Black with #482ABE
Text Example
Text Example
White with #482ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482ABE; }
p { color: rgb(72,42,190); }
H1.HeaderClassName
{
color: #482ABE;
}
.AnyTagClassName
{
color: #482ABE;
}
</style>
background-color css
<style>
a { background-color: #482ABE; }
a { background-color: rgb(72,42,190); }
div.DivClassName
{
background-color: #482ABE;
}
.BgClassName
{
background-color: #482ABE;
}
</style>
border-color css
<style>
span { border-color: #482ABE; }
span { border-color: rgb(72,42,190); }
td.TdClassName
{
border-color: #482ABE;
}
.TagClassName
{
border-color: #482ABE;
}
</style>