Shades of Purple Heart #4905CA
Tints of Purple Heart #4905CA
RGB
CMYK
RGB Variations
Color information
#4905CA (or 0x4905CA) is known color: Purple Heart. HEX triplet: 49, 05 and CA. RGB value is (73,5,202). Sum of RGB (Red+Green+Blue) = 73+5+202=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #4905CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4905CA is #B6FA35. Grayscale: #2F2F2F. Windows color (decimal): -11991606 or 13239625. OLE color: 13239625.
HSL color Cylindrical-coordinate representation of color #4905CA: hue angle of 260.71º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4905CA is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 5 | 202 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.21 |
| HSL | 260.71º | 0.95% | 0.41% | - |
| HSV(B) | 260.71º | 0.98% | 0.79% | - |
| XYZ | 13.46 | 5.79 | 56.29 | - |
| YUV | 47.79 | 215.03 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 202 | 0.64 | 0.98 | 0 | 0.21 | 260.71 | 0.95 | 0.41 |
| Hex | 49 | 5 | CA | 40 | 62 | 0 | 15 | 105 | 5F | 29 |
| Octal | 111 | 5 | 312 | 100 | 142 | 0 | 25 | 405 | 137 | 51 |
| Binary | 1001001 | 101 | 11001010 | 1000000 | 1100010 | 0 | 10101 | 100000101 | 1011111 | 101001 |
Color Harmonies of #4905CA
Complementary color
Monochromatic Colors of #4905CA
Black with #4905CA
Text Example
Text Example
White with #4905CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905CA; }
p { color: rgb(73,5,202); }
H1.HeaderClassName
{
color: #4905CA;
}
.AnyTagClassName
{
color: #4905CA;
}
</style>
background-color css
<style>
a { background-color: #4905CA; }
a { background-color: rgb(73,5,202); }
div.DivClassName
{
background-color: #4905CA;
}
.BgClassName
{
background-color: #4905CA;
}
</style>
border-color css
<style>
span { border-color: #4905CA; }
span { border-color: rgb(73,5,202); }
td.TdClassName
{
border-color: #4905CA;
}
.TagClassName
{
border-color: #4905CA;
}
</style>