Shades of Purple Heart #490CB7
Tints of Purple Heart #490CB7
RGB
CMYK
RGB Variations
Color information
#490CB7 (or 0x490CB7) is known color: Purple Heart. HEX triplet: 49, 0C and B7. RGB value is (73,12,183). Sum of RGB (Red+Green+Blue) = 73+12+183=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #490CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CB7 is #B6F348. Grayscale: #313131. Windows color (decimal): -11989833 or 11996233. OLE color: 11996233.
HSL color Cylindrical-coordinate representation of color #490CB7: hue angle of 261.4º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490CB7 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 12 | 183 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.28 |
| HSL | 261.4º | 0.88% | 0.38% | - |
| HSV(B) | 261.4º | 0.93% | 0.72% | - |
| XYZ | 11.43 | 5.1 | 45.18 | - |
| YUV | 49.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 183 | 0.60 | 0.93 | 0 | 0.28 | 261.4 | 0.88 | 0.38 |
| Hex | 49 | C | B7 | 3C | 5D | 0 | 1C | 105 | 58 | 26 |
| Octal | 111 | 14 | 267 | 74 | 135 | 0 | 34 | 405 | 130 | 46 |
| Binary | 1001001 | 1100 | 10110111 | 111100 | 1011101 | 0 | 11100 | 100000101 | 1011000 | 100110 |
Color Harmonies of #490CB7
Complementary color
Monochromatic Colors of #490CB7
Black with #490CB7
Text Example
Text Example
White with #490CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CB7; }
p { color: rgb(73,12,183); }
H1.HeaderClassName
{
color: #490CB7;
}
.AnyTagClassName
{
color: #490CB7;
}
</style>
background-color css
<style>
a { background-color: #490CB7; }
a { background-color: rgb(73,12,183); }
div.DivClassName
{
background-color: #490CB7;
}
.BgClassName
{
background-color: #490CB7;
}
</style>
border-color css
<style>
span { border-color: #490CB7; }
span { border-color: rgb(73,12,183); }
td.TdClassName
{
border-color: #490CB7;
}
.TagClassName
{
border-color: #490CB7;
}
</style>