Shades of Purple Heart #482DCD
Tints of Purple Heart #482DCD
RGB
CMYK
RGB Variations
Color information
#482DCD (or 0x482DCD) is known color: Purple Heart. HEX triplet: 48, 2D and CD. RGB value is (72,45,205). Sum of RGB (Red+Green+Blue) = 72+45+205=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #482DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DCD is #B7D232. Grayscale: #464646. Windows color (decimal): -12046899 or 13446472. OLE color: 13446472.
HSL color Cylindrical-coordinate representation of color #482DCD: hue angle of 250.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482DCD is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 45 | 205 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.20 |
| HSL | 250.13º | 0.64% | 0.49% | - |
| HSV(B) | 250.13º | 0.78% | 0.8% | - |
| XYZ | 14.63 | 7.66 | 58.47 | - |
| YUV | 71.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 205 | 0.65 | 0.78 | 0 | 0.20 | 250.13 | 0.64 | 0.49 |
| Hex | 48 | 2D | CD | 41 | 4E | 0 | 14 | FA | 40 | 31 |
| Octal | 110 | 55 | 315 | 101 | 116 | 0 | 24 | 372 | 100 | 61 |
| Binary | 1001000 | 101101 | 11001101 | 1000001 | 1001110 | 0 | 10100 | 11111010 | 1000000 | 110001 |
Color Harmonies of #482DCD
Complementary color
Monochromatic Colors of #482DCD
Black with #482DCD
Text Example
Text Example
White with #482DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DCD; }
p { color: rgb(72,45,205); }
H1.HeaderClassName
{
color: #482DCD;
}
.AnyTagClassName
{
color: #482DCD;
}
</style>
background-color css
<style>
a { background-color: #482DCD; }
a { background-color: rgb(72,45,205); }
div.DivClassName
{
background-color: #482DCD;
}
.BgClassName
{
background-color: #482DCD;
}
</style>
border-color css
<style>
span { border-color: #482DCD; }
span { border-color: rgb(72,45,205); }
td.TdClassName
{
border-color: #482DCD;
}
.TagClassName
{
border-color: #482DCD;
}
</style>