Shades of Purple Heart #4927CA
Tints of Purple Heart #4927CA
RGB
CMYK
RGB Variations
Color information
#4927CA (or 0x4927CA) is known color: Purple Heart. HEX triplet: 49, 27 and CA. RGB value is (73,39,202). Sum of RGB (Red+Green+Blue) = 73+39+202=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #4927CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927CA is #B6D835. Grayscale: #434343. Windows color (decimal): -11982902 or 13248329. OLE color: 13248329.
HSL color Cylindrical-coordinate representation of color #4927CA: hue angle of 252.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4927CA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 39 | 202 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.21 |
| HSL | 252.52º | 0.68% | 0.47% | - |
| HSV(B) | 252.52º | 0.81% | 0.79% | - |
| XYZ | 14.13 | 7.13 | 56.51 | - |
| YUV | 67.75 | 203.76 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 202 | 0.64 | 0.81 | 0 | 0.21 | 252.52 | 0.68 | 0.47 |
| Hex | 49 | 27 | CA | 40 | 51 | 0 | 15 | FD | 44 | 2F |
| Octal | 111 | 47 | 312 | 100 | 121 | 0 | 25 | 375 | 104 | 57 |
| Binary | 1001001 | 100111 | 11001010 | 1000000 | 1010001 | 0 | 10101 | 11111101 | 1000100 | 101111 |
Color Harmonies of #4927CA
Complementary color
Monochromatic Colors of #4927CA
Black with #4927CA
Text Example
Text Example
White with #4927CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927CA; }
p { color: rgb(73,39,202); }
H1.HeaderClassName
{
color: #4927CA;
}
.AnyTagClassName
{
color: #4927CA;
}
</style>
background-color css
<style>
a { background-color: #4927CA; }
a { background-color: rgb(73,39,202); }
div.DivClassName
{
background-color: #4927CA;
}
.BgClassName
{
background-color: #4927CA;
}
</style>
border-color css
<style>
span { border-color: #4927CA; }
span { border-color: rgb(73,39,202); }
td.TdClassName
{
border-color: #4927CA;
}
.TagClassName
{
border-color: #4927CA;
}
</style>