Shades of Purple Heart #4903CA
Tints of Purple Heart #4903CA
RGB
CMYK
RGB Variations
Color information
#4903CA (or 0x4903CA) is known color: Purple Heart. HEX triplet: 49, 03 and CA. RGB value is (73,3,202). Sum of RGB (Red+Green+Blue) = 73+3+202=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #4903CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4903CA is #B6FC35. Grayscale: #2D2D2D. Windows color (decimal): -11992118 or 13239113. OLE color: 13239113.
HSL color Cylindrical-coordinate representation of color #4903CA: hue angle of 261.11º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4903CA is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 3 | 202 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.21 |
| HSL | 261.11º | 0.97% | 0.4% | - |
| HSV(B) | 261.11º | 0.99% | 0.79% | - |
| XYZ | 13.44 | 5.75 | 56.28 | - |
| YUV | 46.62 | 215.69 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 202 | 0.64 | 0.99 | 0 | 0.21 | 261.11 | 0.97 | 0.4 |
| Hex | 49 | 3 | CA | 40 | 63 | 0 | 15 | 105 | 61 | 28 |
| Octal | 111 | 3 | 312 | 100 | 143 | 0 | 25 | 405 | 141 | 50 |
| Binary | 1001001 | 11 | 11001010 | 1000000 | 1100011 | 0 | 10101 | 100000101 | 1100001 | 101000 |
Color Harmonies of #4903CA
Complementary color
Monochromatic Colors of #4903CA
Black with #4903CA
Text Example
Text Example
White with #4903CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903CA; }
p { color: rgb(73,3,202); }
H1.HeaderClassName
{
color: #4903CA;
}
.AnyTagClassName
{
color: #4903CA;
}
</style>
background-color css
<style>
a { background-color: #4903CA; }
a { background-color: rgb(73,3,202); }
div.DivClassName
{
background-color: #4903CA;
}
.BgClassName
{
background-color: #4903CA;
}
</style>
border-color css
<style>
span { border-color: #4903CA; }
span { border-color: rgb(73,3,202); }
td.TdClassName
{
border-color: #4903CA;
}
.TagClassName
{
border-color: #4903CA;
}
</style>