Shades of Purple Heart #482DC5
Tints of Purple Heart #482DC5
RGB
CMYK
RGB Variations
Color information
#482DC5 (or 0x482DC5) is known color: Purple Heart. HEX triplet: 48, 2D and C5. RGB value is (72,45,197). Sum of RGB (Red+Green+Blue) = 72+45+197=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 197 (77.34% from 255 or 62.74% from 314); Max value from RGB is 197 - color contains mainly: blue. Hex color #482DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DC5 is #B7D23A. Grayscale: #454545. Windows color (decimal): -12046907 or 12922184. OLE color: 12922184.
HSL color Cylindrical-coordinate representation of color #482DC5: hue angle of 250.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482DC5 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 45 | 197 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.23 |
| HSL | 250.66º | 0.63% | 0.47% | - |
| HSV(B) | 250.66º | 0.77% | 0.77% | - |
| XYZ | 13.69 | 7.29 | 53.51 | - |
| YUV | 70.4 | 199.45 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 197 | 0.63 | 0.77 | 0 | 0.23 | 250.66 | 0.63 | 0.47 |
| Hex | 48 | 2D | C5 | 3F | 4D | 0 | 17 | FB | 3F | 2F |
| Octal | 110 | 55 | 305 | 77 | 115 | 0 | 27 | 373 | 77 | 57 |
| Binary | 1001000 | 101101 | 11000101 | 111111 | 1001101 | 0 | 10111 | 11111011 | 111111 | 101111 |
Color Harmonies of #482DC5
Complementary color
Monochromatic Colors of #482DC5
Black with #482DC5
Text Example
Text Example
White with #482DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DC5; }
p { color: rgb(72,45,197); }
H1.HeaderClassName
{
color: #482DC5;
}
.AnyTagClassName
{
color: #482DC5;
}
</style>
background-color css
<style>
a { background-color: #482DC5; }
a { background-color: rgb(72,45,197); }
div.DivClassName
{
background-color: #482DC5;
}
.BgClassName
{
background-color: #482DC5;
}
</style>
border-color css
<style>
span { border-color: #482DC5; }
span { border-color: rgb(72,45,197); }
td.TdClassName
{
border-color: #482DC5;
}
.TagClassName
{
border-color: #482DC5;
}
</style>