Shades of Purple Heart #490FAC
Tints of Purple Heart #490FAC
RGB
CMYK
RGB Variations
Color information
#490FAC (or 0x490FAC) is known color: Purple Heart. HEX triplet: 49, 0F and AC. RGB value is (73,15,172). Sum of RGB (Red+Green+Blue) = 73+15+172=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #490FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490FAC is #B6F053. Grayscale: #313131. Windows color (decimal): -11989076 or 11276105. OLE color: 11276105.
HSL color Cylindrical-coordinate representation of color #490FAC: hue angle of 262.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490FAC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 15 | 172 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.33 |
| HSL | 262.17º | 0.84% | 0.37% | - |
| HSV(B) | 262.17º | 0.91% | 0.67% | - |
| XYZ | 10.36 | 4.74 | 39.4 | - |
| YUV | 50.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 172 | 0.58 | 0.91 | 0 | 0.33 | 262.17 | 0.84 | 0.37 |
| Hex | 49 | F | AC | 3A | 5B | 0 | 21 | 106 | 54 | 25 |
| Octal | 111 | 17 | 254 | 72 | 133 | 0 | 41 | 406 | 124 | 45 |
| Binary | 1001001 | 1111 | 10101100 | 111010 | 1011011 | 0 | 100001 | 100000110 | 1010100 | 100101 |
Color Harmonies of #490FAC
Complementary color
Monochromatic Colors of #490FAC
Black with #490FAC
Text Example
Text Example
White with #490FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FAC; }
p { color: rgb(73,15,172); }
H1.HeaderClassName
{
color: #490FAC;
}
.AnyTagClassName
{
color: #490FAC;
}
</style>
background-color css
<style>
a { background-color: #490FAC; }
a { background-color: rgb(73,15,172); }
div.DivClassName
{
background-color: #490FAC;
}
.BgClassName
{
background-color: #490FAC;
}
</style>
border-color css
<style>
span { border-color: #490FAC; }
span { border-color: rgb(73,15,172); }
td.TdClassName
{
border-color: #490FAC;
}
.TagClassName
{
border-color: #490FAC;
}
</style>