Shades of Purple Heart #4902CA
Tints of Purple Heart #4902CA
RGB
CMYK
RGB Variations
Color information
#4902CA (or 0x4902CA) is known color: Purple Heart. HEX triplet: 49, 02 and CA. RGB value is (73,2,202). Sum of RGB (Red+Green+Blue) = 73+2+202=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #4902CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4902CA is #B6FD35. Grayscale: #2D2D2D. Windows color (decimal): -11992374 or 13238857. OLE color: 13238857.
HSL color Cylindrical-coordinate representation of color #4902CA: hue angle of 261.3º degrees, saturation: 0.98, 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 #4902CA is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 2 | 202 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.21 |
| HSL | 261.3º | 0.98% | 0.4% | - |
| HSV(B) | 261.3º | 0.99% | 0.79% | - |
| XYZ | 13.43 | 5.72 | 56.27 | - |
| YUV | 46.03 | 216.02 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 202 | 0.64 | 0.99 | 0 | 0.21 | 261.3 | 0.98 | 0.4 |
| Hex | 49 | 2 | CA | 40 | 63 | 0 | 15 | 105 | 62 | 28 |
| Octal | 111 | 2 | 312 | 100 | 143 | 0 | 25 | 405 | 142 | 50 |
| Binary | 1001001 | 10 | 11001010 | 1000000 | 1100011 | 0 | 10101 | 100000101 | 1100010 | 101000 |
Color Harmonies of #4902CA
Complementary color
Monochromatic Colors of #4902CA
Black with #4902CA
Text Example
Text Example
White with #4902CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902CA; }
p { color: rgb(73,2,202); }
H1.HeaderClassName
{
color: #4902CA;
}
.AnyTagClassName
{
color: #4902CA;
}
</style>
background-color css
<style>
a { background-color: #4902CA; }
a { background-color: rgb(73,2,202); }
div.DivClassName
{
background-color: #4902CA;
}
.BgClassName
{
background-color: #4902CA;
}
</style>
border-color css
<style>
span { border-color: #4902CA; }
span { border-color: rgb(73,2,202); }
td.TdClassName
{
border-color: #4902CA;
}
.TagClassName
{
border-color: #4902CA;
}
</style>