Shades of Purple Heart #482DCF
Tints of Purple Heart #482DCF
RGB
CMYK
RGB Variations
Color information
#482DCF (or 0x482DCF) is known color: Purple Heart. HEX triplet: 48, 2D and CF. RGB value is (72,45,207). Sum of RGB (Red+Green+Blue) = 72+45+207=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #482DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DCF is #B7D230. Grayscale: #464646. Windows color (decimal): -12046897 or 13577544. OLE color: 13577544.
HSL color Cylindrical-coordinate representation of color #482DCF: hue angle of 250º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482DCF is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 45 | 207 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.19 |
| HSL | 250º | 0.64% | 0.49% | - |
| HSV(B) | 250º | 0.78% | 0.81% | - |
| XYZ | 14.87 | 7.76 | 59.75 | - |
| YUV | 71.54 | 204.45 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 207 | 0.65 | 0.78 | 0 | 0.19 | 250 | 0.64 | 0.49 |
| Hex | 48 | 2D | CF | 41 | 4E | 0 | 13 | FA | 40 | 31 |
| Octal | 110 | 55 | 317 | 101 | 116 | 0 | 23 | 372 | 100 | 61 |
| Binary | 1001000 | 101101 | 11001111 | 1000001 | 1001110 | 0 | 10011 | 11111010 | 1000000 | 110001 |
Color Harmonies of #482DCF
Complementary color
Monochromatic Colors of #482DCF
Black with #482DCF
Text Example
Text Example
White with #482DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DCF; }
p { color: rgb(72,45,207); }
H1.HeaderClassName
{
color: #482DCF;
}
.AnyTagClassName
{
color: #482DCF;
}
</style>
background-color css
<style>
a { background-color: #482DCF; }
a { background-color: rgb(72,45,207); }
div.DivClassName
{
background-color: #482DCF;
}
.BgClassName
{
background-color: #482DCF;
}
</style>
border-color css
<style>
span { border-color: #482DCF; }
span { border-color: rgb(72,45,207); }
td.TdClassName
{
border-color: #482DCF;
}
.TagClassName
{
border-color: #482DCF;
}
</style>