Shades of Purple Heart #482ABF
Tints of Purple Heart #482ABF
RGB
CMYK
RGB Variations
Color information
#482ABF (or 0x482ABF) is known color: Purple Heart. HEX triplet: 48, 2A and BF. RGB value is (72,42,191). Sum of RGB (Red+Green+Blue) = 72+42+191=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #482ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ABF is #B7D540. Grayscale: #434343. Windows color (decimal): -12047681 or 12528200. OLE color: 12528200.
HSL color Cylindrical-coordinate representation of color #482ABF: hue angle of 252.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482ABF is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 42 | 191 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.25 |
| HSL | 252.08º | 0.64% | 0.46% | - |
| HSV(B) | 252.08º | 0.78% | 0.75% | - |
| XYZ | 12.9 | 6.8 | 49.92 | - |
| YUV | 67.96 | 197.44 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 191 | 0.62 | 0.78 | 0 | 0.25 | 252.08 | 0.64 | 0.46 |
| Hex | 48 | 2A | BF | 3E | 4E | 0 | 19 | FC | 40 | 2E |
| Octal | 110 | 52 | 277 | 76 | 116 | 0 | 31 | 374 | 100 | 56 |
| Binary | 1001000 | 101010 | 10111111 | 111110 | 1001110 | 0 | 11001 | 11111100 | 1000000 | 101110 |
Color Harmonies of #482ABF
Complementary color
Monochromatic Colors of #482ABF
Black with #482ABF
Text Example
Text Example
White with #482ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482ABF; }
p { color: rgb(72,42,191); }
H1.HeaderClassName
{
color: #482ABF;
}
.AnyTagClassName
{
color: #482ABF;
}
</style>
background-color css
<style>
a { background-color: #482ABF; }
a { background-color: rgb(72,42,191); }
div.DivClassName
{
background-color: #482ABF;
}
.BgClassName
{
background-color: #482ABF;
}
</style>
border-color css
<style>
span { border-color: #482ABF; }
span { border-color: rgb(72,42,191); }
td.TdClassName
{
border-color: #482ABF;
}
.TagClassName
{
border-color: #482ABF;
}
</style>