Shades of Purple Heart #4907CA
Tints of Purple Heart #4907CA
RGB
CMYK
RGB Variations
Color information
#4907CA (or 0x4907CA) is known color: Purple Heart. HEX triplet: 49, 07 and CA. RGB value is (73,7,202). Sum of RGB (Red+Green+Blue) = 73+7+202=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #4907CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4907CA is #B6F835. Grayscale: #303030. Windows color (decimal): -11991094 or 13240137. OLE color: 13240137.
HSL color Cylindrical-coordinate representation of color #4907CA: hue angle of 260.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4907CA is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 7 | 202 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.21 |
| HSL | 260.31º | 0.93% | 0.41% | - |
| HSV(B) | 260.31º | 0.97% | 0.79% | - |
| XYZ | 13.48 | 5.83 | 56.29 | - |
| YUV | 48.96 | 214.37 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 202 | 0.64 | 0.97 | 0 | 0.21 | 260.31 | 0.93 | 0.41 |
| Hex | 49 | 7 | CA | 40 | 61 | 0 | 15 | 104 | 5D | 29 |
| Octal | 111 | 7 | 312 | 100 | 141 | 0 | 25 | 404 | 135 | 51 |
| Binary | 1001001 | 111 | 11001010 | 1000000 | 1100001 | 0 | 10101 | 100000100 | 1011101 | 101001 |
Color Harmonies of #4907CA
Complementary color
Monochromatic Colors of #4907CA
Black with #4907CA
Text Example
Text Example
White with #4907CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4907CA; }
p { color: rgb(73,7,202); }
H1.HeaderClassName
{
color: #4907CA;
}
.AnyTagClassName
{
color: #4907CA;
}
</style>
background-color css
<style>
a { background-color: #4907CA; }
a { background-color: rgb(73,7,202); }
div.DivClassName
{
background-color: #4907CA;
}
.BgClassName
{
background-color: #4907CA;
}
</style>
border-color css
<style>
span { border-color: #4907CA; }
span { border-color: rgb(73,7,202); }
td.TdClassName
{
border-color: #4907CA;
}
.TagClassName
{
border-color: #4907CA;
}
</style>