Shades of Purple Heart #5007C9
Tints of Purple Heart #5007C9
RGB
CMYK
RGB Variations
Color information
#5007C9 (or 0x5007C9) is known color: Purple Heart. HEX triplet: 50, 07 and C9. RGB value is (80,7,201). Sum of RGB (Red+Green+Blue) = 80+7+201=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 201 (78.91% from 255 or 69.79% from 288); Max value from RGB is 201 - color contains mainly: blue. Hex color #5007C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007C9 is #AFF836. Grayscale: #323232. Windows color (decimal): -11532343 or 13174608. OLE color: 13174608.
HSL color Cylindrical-coordinate representation of color #5007C9: hue angle of 262.58º 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 #5007C9 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 7 | 201 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.21 |
| HSL | 262.58º | 0.93% | 0.41% | - |
| HSV(B) | 262.58º | 0.97% | 0.79% | - |
| XYZ | 13.93 | 6.07 | 55.7 | - |
| YUV | 50.94 | 212.68 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 201 | 0.60 | 0.97 | 0 | 0.21 | 262.58 | 0.93 | 0.41 |
| Hex | 50 | 7 | C9 | 3C | 61 | 0 | 15 | 107 | 5D | 29 |
| Octal | 120 | 7 | 311 | 74 | 141 | 0 | 25 | 407 | 135 | 51 |
| Binary | 1010000 | 111 | 11001001 | 111100 | 1100001 | 0 | 10101 | 100000111 | 1011101 | 101001 |
Color Harmonies of #5007C9
Complementary color
Monochromatic Colors of #5007C9
Black with #5007C9
Text Example
Text Example
White with #5007C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007C9; }
p { color: rgb(80,7,201); }
H1.HeaderClassName
{
color: #5007C9;
}
.AnyTagClassName
{
color: #5007C9;
}
</style>
background-color css
<style>
a { background-color: #5007C9; }
a { background-color: rgb(80,7,201); }
div.DivClassName
{
background-color: #5007C9;
}
.BgClassName
{
background-color: #5007C9;
}
</style>
border-color css
<style>
span { border-color: #5007C9; }
span { border-color: rgb(80,7,201); }
td.TdClassName
{
border-color: #5007C9;
}
.TagClassName
{
border-color: #5007C9;
}
</style>