Shades of Purple Heart #490ACC
Tints of Purple Heart #490ACC
RGB
CMYK
RGB Variations
Color information
#490ACC (or 0x490ACC) is known color: Purple Heart. HEX triplet: 49, 0A and CC. RGB value is (73,10,204). Sum of RGB (Red+Green+Blue) = 73+10+204=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #490ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ACC is #B6F533. Grayscale: #323232. Windows color (decimal): -11990324 or 13371977. OLE color: 13371977.
HSL color Cylindrical-coordinate representation of color #490ACC: hue angle of 259.48º 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 #490ACC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 10 | 204 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.2 |
| HSL | 259.48º | 0.91% | 0.42% | - |
| HSV(B) | 259.48º | 0.95% | 0.8% | - |
| XYZ | 13.76 | 5.99 | 57.56 | - |
| YUV | 50.95 | 214.37 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 204 | 0.64 | 0.95 | 0 | 0.2 | 259.48 | 0.91 | 0.42 |
| Hex | 49 | A | CC | 40 | 5F | 0 | 14 | 103 | 5B | 2A |
| Octal | 111 | 12 | 314 | 100 | 137 | 0 | 24 | 403 | 133 | 52 |
| Binary | 1001001 | 1010 | 11001100 | 1000000 | 1011111 | 0 | 10100 | 100000011 | 1011011 | 101010 |
Color Harmonies of #490ACC
Complementary color
Monochromatic Colors of #490ACC
Black with #490ACC
Text Example
Text Example
White with #490ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490ACC; }
p { color: rgb(73,10,204); }
H1.HeaderClassName
{
color: #490ACC;
}
.AnyTagClassName
{
color: #490ACC;
}
</style>
background-color css
<style>
a { background-color: #490ACC; }
a { background-color: rgb(73,10,204); }
div.DivClassName
{
background-color: #490ACC;
}
.BgClassName
{
background-color: #490ACC;
}
</style>
border-color css
<style>
span { border-color: #490ACC; }
span { border-color: rgb(73,10,204); }
td.TdClassName
{
border-color: #490ACC;
}
.TagClassName
{
border-color: #490ACC;
}
</style>