Shades of Purple Heart #482DB4
Tints of Purple Heart #482DB4
RGB
CMYK
RGB Variations
Color information
#482DB4 (or 0x482DB4) is known color: Purple Heart. HEX triplet: 48, 2D and B4. RGB value is (72,45,180). Sum of RGB (Red+Green+Blue) = 72+45+180=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #482DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DB4 is #B7D24B. Grayscale: #434343. Windows color (decimal): -12046924 or 11808072. OLE color: 11808072.
HSL color Cylindrical-coordinate representation of color #482DB4: hue angle of 252º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482DB4 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 45 | 180 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.29 |
| HSL | 252º | 0.6% | 0.44% | - |
| HSV(B) | 252º | 0.75% | 0.71% | - |
| XYZ | 11.85 | 6.55 | 43.82 | - |
| YUV | 68.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 180 | 0.60 | 0.75 | 0 | 0.29 | 252 | 0.6 | 0.44 |
| Hex | 48 | 2D | B4 | 3C | 4B | 0 | 1D | FC | 3C | 2C |
| Octal | 110 | 55 | 264 | 74 | 113 | 0 | 35 | 374 | 74 | 54 |
| Binary | 1001000 | 101101 | 10110100 | 111100 | 1001011 | 0 | 11101 | 11111100 | 111100 | 101100 |
Color Harmonies of #482DB4
Complementary color
Monochromatic Colors of #482DB4
Black with #482DB4
Text Example
Text Example
White with #482DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DB4; }
p { color: rgb(72,45,180); }
H1.HeaderClassName
{
color: #482DB4;
}
.AnyTagClassName
{
color: #482DB4;
}
</style>
background-color css
<style>
a { background-color: #482DB4; }
a { background-color: rgb(72,45,180); }
div.DivClassName
{
background-color: #482DB4;
}
.BgClassName
{
background-color: #482DB4;
}
</style>
border-color css
<style>
span { border-color: #482DB4; }
span { border-color: rgb(72,45,180); }
td.TdClassName
{
border-color: #482DB4;
}
.TagClassName
{
border-color: #482DB4;
}
</style>