Shades of Purple Heart #482DCC
Tints of Purple Heart #482DCC
RGB
CMYK
RGB Variations
Color information
#482DCC (or 0x482DCC) is known color: Purple Heart. HEX triplet: 48, 2D and CC. RGB value is (72,45,204). Sum of RGB (Red+Green+Blue) = 72+45+204=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #482DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DCC is #B7D233. Grayscale: #464646. Windows color (decimal): -12046900 or 13380936. OLE color: 13380936.
HSL color Cylindrical-coordinate representation of color #482DCC: hue angle of 250.19º 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 #482DCC is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 45 | 204 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.2 |
| HSL | 250.19º | 0.64% | 0.49% | - |
| HSV(B) | 250.19º | 0.78% | 0.8% | - |
| XYZ | 14.51 | 7.61 | 57.83 | - |
| YUV | 71.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 204 | 0.65 | 0.78 | 0 | 0.2 | 250.19 | 0.64 | 0.49 |
| Hex | 48 | 2D | CC | 41 | 4E | 0 | 14 | FA | 40 | 31 |
| Octal | 110 | 55 | 314 | 101 | 116 | 0 | 24 | 372 | 100 | 61 |
| Binary | 1001000 | 101101 | 11001100 | 1000001 | 1001110 | 0 | 10100 | 11111010 | 1000000 | 110001 |
Color Harmonies of #482DCC
Complementary color
Monochromatic Colors of #482DCC
Black with #482DCC
Text Example
Text Example
White with #482DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DCC; }
p { color: rgb(72,45,204); }
H1.HeaderClassName
{
color: #482DCC;
}
.AnyTagClassName
{
color: #482DCC;
}
</style>
background-color css
<style>
a { background-color: #482DCC; }
a { background-color: rgb(72,45,204); }
div.DivClassName
{
background-color: #482DCC;
}
.BgClassName
{
background-color: #482DCC;
}
</style>
border-color css
<style>
span { border-color: #482DCC; }
span { border-color: rgb(72,45,204); }
td.TdClassName
{
border-color: #482DCC;
}
.TagClassName
{
border-color: #482DCC;
}
</style>