Shades of Purple Heart #490FCF
Tints of Purple Heart #490FCF
RGB
CMYK
RGB Variations
Color information
#490FCF (or 0x490FCF) is known color: Purple Heart. HEX triplet: 49, 0F and CF. RGB value is (73,15,207). Sum of RGB (Red+Green+Blue) = 73+15+207=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #490FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FCF is #B6F030. Grayscale: #353535. Windows color (decimal): -11989041 or 13569865. OLE color: 13569865.
HSL color Cylindrical-coordinate representation of color #490FCF: hue angle of 258.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FCF is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 15 | 207 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.19 |
| HSL | 258.13º | 0.86% | 0.44% | - |
| HSV(B) | 258.13º | 0.93% | 0.81% | - |
| XYZ | 14.18 | 6.26 | 59.49 | - |
| YUV | 54.23 | 214.22 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 207 | 0.65 | 0.93 | 0 | 0.19 | 258.13 | 0.86 | 0.44 |
| Hex | 49 | F | CF | 41 | 5D | 0 | 13 | 102 | 56 | 2C |
| Octal | 111 | 17 | 317 | 101 | 135 | 0 | 23 | 402 | 126 | 54 |
| Binary | 1001001 | 1111 | 11001111 | 1000001 | 1011101 | 0 | 10011 | 100000010 | 1010110 | 101100 |
Color Harmonies of #490FCF
Complementary color
Monochromatic Colors of #490FCF
Black with #490FCF
Text Example
Text Example
White with #490FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FCF; }
p { color: rgb(73,15,207); }
H1.HeaderClassName
{
color: #490FCF;
}
.AnyTagClassName
{
color: #490FCF;
}
</style>
background-color css
<style>
a { background-color: #490FCF; }
a { background-color: rgb(73,15,207); }
div.DivClassName
{
background-color: #490FCF;
}
.BgClassName
{
background-color: #490FCF;
}
</style>
border-color css
<style>
span { border-color: #490FCF; }
span { border-color: rgb(73,15,207); }
td.TdClassName
{
border-color: #490FCF;
}
.TagClassName
{
border-color: #490FCF;
}
</style>