Shades of Purple Heart #482ABB
Tints of Purple Heart #482ABB
RGB
CMYK
RGB Variations
Color information
#482ABB (or 0x482ABB) is known color: Purple Heart. HEX triplet: 48, 2A and BB. RGB value is (72,42,187). Sum of RGB (Red+Green+Blue) = 72+42+187=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #482ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ABB is #B7D544. Grayscale: #424242. Windows color (decimal): -12047685 or 12266056. OLE color: 12266056.
HSL color Cylindrical-coordinate representation of color #482ABB: hue angle of 252.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482ABB is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 42 | 187 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.27 |
| HSL | 252.41º | 0.63% | 0.45% | - |
| HSV(B) | 252.41º | 0.78% | 0.73% | - |
| XYZ | 12.47 | 6.62 | 47.63 | - |
| YUV | 67.5 | 195.44 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 187 | 0.61 | 0.78 | 0 | 0.27 | 252.41 | 0.63 | 0.45 |
| Hex | 48 | 2A | BB | 3D | 4E | 0 | 1B | FC | 3F | 2D |
| Octal | 110 | 52 | 273 | 75 | 116 | 0 | 33 | 374 | 77 | 55 |
| Binary | 1001000 | 101010 | 10111011 | 111101 | 1001110 | 0 | 11011 | 11111100 | 111111 | 101101 |
Color Harmonies of #482ABB
Complementary color
Monochromatic Colors of #482ABB
Black with #482ABB
Text Example
Text Example
White with #482ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482ABB; }
p { color: rgb(72,42,187); }
H1.HeaderClassName
{
color: #482ABB;
}
.AnyTagClassName
{
color: #482ABB;
}
</style>
background-color css
<style>
a { background-color: #482ABB; }
a { background-color: rgb(72,42,187); }
div.DivClassName
{
background-color: #482ABB;
}
.BgClassName
{
background-color: #482ABB;
}
</style>
border-color css
<style>
span { border-color: #482ABB; }
span { border-color: rgb(72,42,187); }
td.TdClassName
{
border-color: #482ABB;
}
.TagClassName
{
border-color: #482ABB;
}
</style>