Shades of Purple Heart #482FC5
Tints of Purple Heart #482FC5
RGB
CMYK
RGB Variations
Color information
#482FC5 (or 0x482FC5) is known color: Purple Heart. HEX triplet: 48, 2F and C5. RGB value is (72,47,197). Sum of RGB (Red+Green+Blue) = 72+47+197=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 197 (77.34% from 255 or 62.34% from 316); Max value from RGB is 197 - color contains mainly: blue. Hex color #482FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FC5 is #B7D03A. Grayscale: #474747. Windows color (decimal): -12046395 or 12922696. OLE color: 12922696.
HSL color Cylindrical-coordinate representation of color #482FC5: hue angle of 250º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482FC5 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 47 | 197 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.23 |
| HSL | 250º | 0.61% | 0.48% | - |
| HSV(B) | 250º | 0.76% | 0.77% | - |
| XYZ | 13.77 | 7.44 | 53.53 | - |
| YUV | 71.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 197 | 0.63 | 0.76 | 0 | 0.23 | 250 | 0.61 | 0.48 |
| Hex | 48 | 2F | C5 | 3F | 4C | 0 | 17 | FA | 3D | 30 |
| Octal | 110 | 57 | 305 | 77 | 114 | 0 | 27 | 372 | 75 | 60 |
| Binary | 1001000 | 101111 | 11000101 | 111111 | 1001100 | 0 | 10111 | 11111010 | 111101 | 110000 |
Color Harmonies of #482FC5
Complementary color
Monochromatic Colors of #482FC5
Black with #482FC5
Text Example
Text Example
White with #482FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FC5; }
p { color: rgb(72,47,197); }
H1.HeaderClassName
{
color: #482FC5;
}
.AnyTagClassName
{
color: #482FC5;
}
</style>
background-color css
<style>
a { background-color: #482FC5; }
a { background-color: rgb(72,47,197); }
div.DivClassName
{
background-color: #482FC5;
}
.BgClassName
{
background-color: #482FC5;
}
</style>
border-color css
<style>
span { border-color: #482FC5; }
span { border-color: rgb(72,47,197); }
td.TdClassName
{
border-color: #482FC5;
}
.TagClassName
{
border-color: #482FC5;
}
</style>