Shades of Purple Heart #490CC3
Tints of Purple Heart #490CC3
RGB
CMYK
RGB Variations
Color information
#490CC3 (or 0x490CC3) is known color: Purple Heart. HEX triplet: 49, 0C and C3. RGB value is (73,12,195). Sum of RGB (Red+Green+Blue) = 73+12+195=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 195 (76.56% from 255 or 69.64% from 280); Max value from RGB is 195 - color contains mainly: blue. Hex color #490CC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CC3 is #B6F33C. Grayscale: #323232. Windows color (decimal): -11989821 or 12782665. OLE color: 12782665.
HSL color Cylindrical-coordinate representation of color #490CC3: hue angle of 260º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CC3 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 12 | 195 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.24 |
| HSL | 260º | 0.88% | 0.41% | - |
| HSV(B) | 260º | 0.94% | 0.76% | - |
| XYZ | 12.73 | 5.62 | 52.04 | - |
| YUV | 51.1 | 209.21 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 195 | 0.63 | 0.94 | 0 | 0.24 | 260 | 0.88 | 0.41 |
| Hex | 49 | C | C3 | 3F | 5E | 0 | 18 | 104 | 58 | 29 |
| Octal | 111 | 14 | 303 | 77 | 136 | 0 | 30 | 404 | 130 | 51 |
| Binary | 1001001 | 1100 | 11000011 | 111111 | 1011110 | 0 | 11000 | 100000100 | 1011000 | 101001 |
Color Harmonies of #490CC3
Complementary color
Monochromatic Colors of #490CC3
Black with #490CC3
Text Example
Text Example
White with #490CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CC3; }
p { color: rgb(73,12,195); }
H1.HeaderClassName
{
color: #490CC3;
}
.AnyTagClassName
{
color: #490CC3;
}
</style>
background-color css
<style>
a { background-color: #490CC3; }
a { background-color: rgb(73,12,195); }
div.DivClassName
{
background-color: #490CC3;
}
.BgClassName
{
background-color: #490CC3;
}
</style>
border-color css
<style>
span { border-color: #490CC3; }
span { border-color: rgb(73,12,195); }
td.TdClassName
{
border-color: #490CC3;
}
.TagClassName
{
border-color: #490CC3;
}
</style>