Shades of Purple Heart #490ABC
Tints of Purple Heart #490ABC
RGB
CMYK
RGB Variations
Color information
#490ABC (or 0x490ABC) is known color: Purple Heart. HEX triplet: 49, 0A and BC. RGB value is (73,10,188). Sum of RGB (Red+Green+Blue) = 73+10+188=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #490ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ABC is #B6F543. Grayscale: #303030. Windows color (decimal): -11990340 or 12323401. OLE color: 12323401.
HSL color Cylindrical-coordinate representation of color #490ABC: hue angle of 261.24º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490ABC is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 10 | 188 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.26 |
| HSL | 261.24º | 0.9% | 0.39% | - |
| HSV(B) | 261.24º | 0.95% | 0.74% | - |
| XYZ | 11.93 | 5.26 | 47.96 | - |
| YUV | 49.13 | 206.37 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 188 | 0.61 | 0.95 | 0 | 0.26 | 261.24 | 0.9 | 0.39 |
| Hex | 49 | A | BC | 3D | 5F | 0 | 1A | 105 | 5A | 27 |
| Octal | 111 | 12 | 274 | 75 | 137 | 0 | 32 | 405 | 132 | 47 |
| Binary | 1001001 | 1010 | 10111100 | 111101 | 1011111 | 0 | 11010 | 100000101 | 1011010 | 100111 |
Color Harmonies of #490ABC
Complementary color
Monochromatic Colors of #490ABC
Black with #490ABC
Text Example
Text Example
White with #490ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490ABC; }
p { color: rgb(73,10,188); }
H1.HeaderClassName
{
color: #490ABC;
}
.AnyTagClassName
{
color: #490ABC;
}
</style>
background-color css
<style>
a { background-color: #490ABC; }
a { background-color: rgb(73,10,188); }
div.DivClassName
{
background-color: #490ABC;
}
.BgClassName
{
background-color: #490ABC;
}
</style>
border-color css
<style>
span { border-color: #490ABC; }
span { border-color: rgb(73,10,188); }
td.TdClassName
{
border-color: #490ABC;
}
.TagClassName
{
border-color: #490ABC;
}
</style>