Shades of Purple Heart #5007CA
Tints of Purple Heart #5007CA
RGB
CMYK
RGB Variations
Color information
#5007CA (or 0x5007CA) is known color: Purple Heart. HEX triplet: 50, 07 and CA. RGB value is (80,7,202). Sum of RGB (Red+Green+Blue) = 80+7+202=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #5007CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007CA is #AFF835. Grayscale: #323232. Windows color (decimal): -11532342 or 13240144. OLE color: 13240144.
HSL color Cylindrical-coordinate representation of color #5007CA: hue angle of 262.46º 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 #5007CA is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 7 | 202 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.21 |
| HSL | 262.46º | 0.93% | 0.41% | - |
| HSV(B) | 262.46º | 0.97% | 0.79% | - |
| XYZ | 14.04 | 6.12 | 56.32 | - |
| YUV | 51.06 | 213.18 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 202 | 0.60 | 0.97 | 0 | 0.21 | 262.46 | 0.93 | 0.41 |
| Hex | 50 | 7 | CA | 3C | 61 | 0 | 15 | 106 | 5D | 29 |
| Octal | 120 | 7 | 312 | 74 | 141 | 0 | 25 | 406 | 135 | 51 |
| Binary | 1010000 | 111 | 11001010 | 111100 | 1100001 | 0 | 10101 | 100000110 | 1011101 | 101001 |
Color Harmonies of #5007CA
Complementary color
Monochromatic Colors of #5007CA
Black with #5007CA
Text Example
Text Example
White with #5007CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007CA; }
p { color: rgb(80,7,202); }
H1.HeaderClassName
{
color: #5007CA;
}
.AnyTagClassName
{
color: #5007CA;
}
</style>
background-color css
<style>
a { background-color: #5007CA; }
a { background-color: rgb(80,7,202); }
div.DivClassName
{
background-color: #5007CA;
}
.BgClassName
{
background-color: #5007CA;
}
</style>
border-color css
<style>
span { border-color: #5007CA; }
span { border-color: rgb(80,7,202); }
td.TdClassName
{
border-color: #5007CA;
}
.TagClassName
{
border-color: #5007CA;
}
</style>