Shades of Purple Heart #4931CA
Tints of Purple Heart #4931CA
RGB
CMYK
RGB Variations
Color information
#4931CA (or 0x4931CA) is known color: Purple Heart. HEX triplet: 49, 31 and CA. RGB value is (73,49,202). Sum of RGB (Red+Green+Blue) = 73+49+202=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #4931CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931CA is #B6CE35. Grayscale: #494949. Windows color (decimal): -11980342 or 13250889. OLE color: 13250889.
HSL color Cylindrical-coordinate representation of color #4931CA: hue angle of 249.41º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4931CA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 49 | 202 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.21 |
| HSL | 249.41º | 0.61% | 0.49% | - |
| HSV(B) | 249.41º | 0.76% | 0.79% | - |
| XYZ | 14.51 | 7.88 | 56.63 | - |
| YUV | 73.62 | 200.45 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 202 | 0.64 | 0.76 | 0 | 0.21 | 249.41 | 0.61 | 0.49 |
| Hex | 49 | 31 | CA | 40 | 4C | 0 | 15 | F9 | 3D | 31 |
| Octal | 111 | 61 | 312 | 100 | 114 | 0 | 25 | 371 | 75 | 61 |
| Binary | 1001001 | 110001 | 11001010 | 1000000 | 1001100 | 0 | 10101 | 11111001 | 111101 | 110001 |
Color Harmonies of #4931CA
Complementary color
Monochromatic Colors of #4931CA
Black with #4931CA
Text Example
Text Example
White with #4931CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4931CA; }
p { color: rgb(73,49,202); }
H1.HeaderClassName
{
color: #4931CA;
}
.AnyTagClassName
{
color: #4931CA;
}
</style>
background-color css
<style>
a { background-color: #4931CA; }
a { background-color: rgb(73,49,202); }
div.DivClassName
{
background-color: #4931CA;
}
.BgClassName
{
background-color: #4931CA;
}
</style>
border-color css
<style>
span { border-color: #4931CA; }
span { border-color: rgb(73,49,202); }
td.TdClassName
{
border-color: #4931CA;
}
.TagClassName
{
border-color: #4931CA;
}
</style>