Shades of Purple Heart #482AB2
Tints of Purple Heart #482AB2
RGB
CMYK
RGB Variations
Color information
#482AB2 (or 0x482AB2) is known color: Purple Heart. HEX triplet: 48, 2A and B2. RGB value is (72,42,178). Sum of RGB (Red+Green+Blue) = 72+42+178=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #482AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482AB2 is #B7D54D. Grayscale: #414141. Windows color (decimal): -12047694 or 11676232. OLE color: 11676232.
HSL color Cylindrical-coordinate representation of color #482AB2: hue angle of 253.24º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482AB2 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 42 | 178 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.30 |
| HSL | 253.24º | 0.62% | 0.43% | - |
| HSV(B) | 253.24º | 0.76% | 0.7% | - |
| XYZ | 11.54 | 6.25 | 42.72 | - |
| YUV | 66.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 178 | 0.60 | 0.76 | 0 | 0.30 | 253.24 | 0.62 | 0.43 |
| Hex | 48 | 2A | B2 | 3C | 4C | 0 | 1E | FD | 3E | 2B |
| Octal | 110 | 52 | 262 | 74 | 114 | 0 | 36 | 375 | 76 | 53 |
| Binary | 1001000 | 101010 | 10110010 | 111100 | 1001100 | 0 | 11110 | 11111101 | 111110 | 101011 |
Color Harmonies of #482AB2
Complementary color
Monochromatic Colors of #482AB2
Black with #482AB2
Text Example
Text Example
White with #482AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482AB2; }
p { color: rgb(72,42,178); }
H1.HeaderClassName
{
color: #482AB2;
}
.AnyTagClassName
{
color: #482AB2;
}
</style>
background-color css
<style>
a { background-color: #482AB2; }
a { background-color: rgb(72,42,178); }
div.DivClassName
{
background-color: #482AB2;
}
.BgClassName
{
background-color: #482AB2;
}
</style>
border-color css
<style>
span { border-color: #482AB2; }
span { border-color: rgb(72,42,178); }
td.TdClassName
{
border-color: #482AB2;
}
.TagClassName
{
border-color: #482AB2;
}
</style>