Shades of Purple Heart #4920CA
Tints of Purple Heart #4920CA
RGB
CMYK
RGB Variations
Color information
#4920CA (or 0x4920CA) is known color: Purple Heart. HEX triplet: 49, 20 and CA. RGB value is (73,32,202). Sum of RGB (Red+Green+Blue) = 73+32+202=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #4920CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920CA is #B6DF35. Grayscale: #3F3F3F. Windows color (decimal): -11984694 or 13246537. OLE color: 13246537.
HSL color Cylindrical-coordinate representation of color #4920CA: hue angle of 254.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4920CA is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 32 | 202 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.21 |
| HSL | 254.47º | 0.73% | 0.46% | - |
| HSV(B) | 254.47º | 0.84% | 0.79% | - |
| XYZ | 13.92 | 6.71 | 56.44 | - |
| YUV | 63.64 | 206.08 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 202 | 0.64 | 0.84 | 0 | 0.21 | 254.47 | 0.73 | 0.46 |
| Hex | 49 | 20 | CA | 40 | 54 | 0 | 15 | FE | 49 | 2E |
| Octal | 111 | 40 | 312 | 100 | 124 | 0 | 25 | 376 | 111 | 56 |
| Binary | 1001001 | 100000 | 11001010 | 1000000 | 1010100 | 0 | 10101 | 11111110 | 1001001 | 101110 |
Color Harmonies of #4920CA
Complementary color
Monochromatic Colors of #4920CA
Black with #4920CA
Text Example
Text Example
White with #4920CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4920CA; }
p { color: rgb(73,32,202); }
H1.HeaderClassName
{
color: #4920CA;
}
.AnyTagClassName
{
color: #4920CA;
}
</style>
background-color css
<style>
a { background-color: #4920CA; }
a { background-color: rgb(73,32,202); }
div.DivClassName
{
background-color: #4920CA;
}
.BgClassName
{
background-color: #4920CA;
}
</style>
border-color css
<style>
span { border-color: #4920CA; }
span { border-color: rgb(73,32,202); }
td.TdClassName
{
border-color: #4920CA;
}
.TagClassName
{
border-color: #4920CA;
}
</style>