Shades of Purple Heart #490BCA
Tints of Purple Heart #490BCA
RGB
CMYK
RGB Variations
Color information
#490BCA (or 0x490BCA) is known color: Purple Heart. HEX triplet: 49, 0B and CA. RGB value is (73,11,202). Sum of RGB (Red+Green+Blue) = 73+11+202=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #490BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BCA is #B6F435. Grayscale: #323232. Windows color (decimal): -11990070 or 13241161. OLE color: 13241161.
HSL color Cylindrical-coordinate representation of color #490BCA: hue angle of 259.48º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BCA is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 11 | 202 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.21 |
| HSL | 259.48º | 0.9% | 0.42% | - |
| HSV(B) | 259.48º | 0.95% | 0.79% | - |
| XYZ | 13.53 | 5.92 | 56.31 | - |
| YUV | 51.31 | 213.04 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 202 | 0.64 | 0.95 | 0 | 0.21 | 259.48 | 0.9 | 0.42 |
| Hex | 49 | B | CA | 40 | 5F | 0 | 15 | 103 | 5A | 2A |
| Octal | 111 | 13 | 312 | 100 | 137 | 0 | 25 | 403 | 132 | 52 |
| Binary | 1001001 | 1011 | 11001010 | 1000000 | 1011111 | 0 | 10101 | 100000011 | 1011010 | 101010 |
Color Harmonies of #490BCA
Complementary color
Monochromatic Colors of #490BCA
Black with #490BCA
Text Example
Text Example
White with #490BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BCA; }
p { color: rgb(73,11,202); }
H1.HeaderClassName
{
color: #490BCA;
}
.AnyTagClassName
{
color: #490BCA;
}
</style>
background-color css
<style>
a { background-color: #490BCA; }
a { background-color: rgb(73,11,202); }
div.DivClassName
{
background-color: #490BCA;
}
.BgClassName
{
background-color: #490BCA;
}
</style>
border-color css
<style>
span { border-color: #490BCA; }
span { border-color: rgb(73,11,202); }
td.TdClassName
{
border-color: #490BCA;
}
.TagClassName
{
border-color: #490BCA;
}
</style>