Shades of Purple Heart #482FD4
Tints of Purple Heart #482FD4
RGB
CMYK
RGB Variations
Color information
#482FD4 (or 0x482FD4) is known color: Purple Heart. HEX triplet: 48, 2F and D4. RGB value is (72,47,212). Sum of RGB (Red+Green+Blue) = 72+47+212=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 212 (83.20% from 255 or 64.05% from 331); Max value from RGB is 212 - color contains mainly: blue. Hex color #482FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FD4 is #B7D02B. Grayscale: #484848. Windows color (decimal): -12046380 or 13905736. OLE color: 13905736.
HSL color Cylindrical-coordinate representation of color #482FD4: hue angle of 249.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482FD4 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 47 | 212 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.17 |
| HSL | 249.09º | 0.66% | 0.51% | - |
| HSV(B) | 249.09º | 0.78% | 0.83% | - |
| XYZ | 15.57 | 8.16 | 63.04 | - |
| YUV | 73.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 212 | 0.66 | 0.78 | 0 | 0.17 | 249.09 | 0.66 | 0.51 |
| Hex | 48 | 2F | D4 | 42 | 4E | 0 | 11 | F9 | 42 | 33 |
| Octal | 110 | 57 | 324 | 102 | 116 | 0 | 21 | 371 | 102 | 63 |
| Binary | 1001000 | 101111 | 11010100 | 1000010 | 1001110 | 0 | 10001 | 11111001 | 1000010 | 110011 |
Color Harmonies of #482FD4
Complementary color
Monochromatic Colors of #482FD4
Black with #482FD4
Text Example
Text Example
White with #482FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FD4; }
p { color: rgb(72,47,212); }
H1.HeaderClassName
{
color: #482FD4;
}
.AnyTagClassName
{
color: #482FD4;
}
</style>
background-color css
<style>
a { background-color: #482FD4; }
a { background-color: rgb(72,47,212); }
div.DivClassName
{
background-color: #482FD4;
}
.BgClassName
{
background-color: #482FD4;
}
</style>
border-color css
<style>
span { border-color: #482FD4; }
span { border-color: rgb(72,47,212); }
td.TdClassName
{
border-color: #482FD4;
}
.TagClassName
{
border-color: #482FD4;
}
</style>