Shades of Purple Heart #490ACB
Tints of Purple Heart #490ACB
RGB
CMYK
RGB Variations
Color information
#490ACB (or 0x490ACB) is known color: Purple Heart. HEX triplet: 49, 0A and CB. RGB value is (73,10,203). Sum of RGB (Red+Green+Blue) = 73+10+203=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #490ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ACB is #B6F534. Grayscale: #323232. Windows color (decimal): -11990325 or 13306441. OLE color: 13306441.
HSL color Cylindrical-coordinate representation of color #490ACB: hue angle of 259.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490ACB is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 10 | 203 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.20 |
| HSL | 259.59º | 0.91% | 0.42% | - |
| HSV(B) | 259.59º | 0.95% | 0.8% | - |
| XYZ | 13.64 | 5.95 | 56.93 | - |
| YUV | 50.84 | 213.87 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 203 | 0.64 | 0.95 | 0 | 0.20 | 259.59 | 0.91 | 0.42 |
| Hex | 49 | A | CB | 40 | 5F | 0 | 14 | 104 | 5B | 2A |
| Octal | 111 | 12 | 313 | 100 | 137 | 0 | 24 | 404 | 133 | 52 |
| Binary | 1001001 | 1010 | 11001011 | 1000000 | 1011111 | 0 | 10100 | 100000100 | 1011011 | 101010 |
Color Harmonies of #490ACB
Complementary color
Monochromatic Colors of #490ACB
Black with #490ACB
Text Example
Text Example
White with #490ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490ACB; }
p { color: rgb(73,10,203); }
H1.HeaderClassName
{
color: #490ACB;
}
.AnyTagClassName
{
color: #490ACB;
}
</style>
background-color css
<style>
a { background-color: #490ACB; }
a { background-color: rgb(73,10,203); }
div.DivClassName
{
background-color: #490ACB;
}
.BgClassName
{
background-color: #490ACB;
}
</style>
border-color css
<style>
span { border-color: #490ACB; }
span { border-color: rgb(73,10,203); }
td.TdClassName
{
border-color: #490ACB;
}
.TagClassName
{
border-color: #490ACB;
}
</style>