Shades of Purple Heart #5007CB
Tints of Purple Heart #5007CB
RGB
CMYK
RGB Variations
Color information
#5007CB (or 0x5007CB) is known color: Purple Heart. HEX triplet: 50, 07 and CB. RGB value is (80,7,203). Sum of RGB (Red+Green+Blue) = 80+7+203=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #5007CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007CB is #AFF834. Grayscale: #323232. Windows color (decimal): -11532341 or 13305680. OLE color: 13305680.
HSL color Cylindrical-coordinate representation of color #5007CB: hue angle of 262.35º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5007CB is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 7 | 203 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.20 |
| HSL | 262.35º | 0.93% | 0.41% | - |
| HSV(B) | 262.35º | 0.97% | 0.8% | - |
| XYZ | 14.16 | 6.17 | 56.94 | - |
| YUV | 51.17 | 213.68 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 203 | 0.61 | 0.97 | 0 | 0.20 | 262.35 | 0.93 | 0.41 |
| Hex | 50 | 7 | CB | 3D | 61 | 0 | 14 | 106 | 5D | 29 |
| Octal | 120 | 7 | 313 | 75 | 141 | 0 | 24 | 406 | 135 | 51 |
| Binary | 1010000 | 111 | 11001011 | 111101 | 1100001 | 0 | 10100 | 100000110 | 1011101 | 101001 |
Color Harmonies of #5007CB
Complementary color
Monochromatic Colors of #5007CB
Black with #5007CB
Text Example
Text Example
White with #5007CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007CB; }
p { color: rgb(80,7,203); }
H1.HeaderClassName
{
color: #5007CB;
}
.AnyTagClassName
{
color: #5007CB;
}
</style>
background-color css
<style>
a { background-color: #5007CB; }
a { background-color: rgb(80,7,203); }
div.DivClassName
{
background-color: #5007CB;
}
.BgClassName
{
background-color: #5007CB;
}
</style>
border-color css
<style>
span { border-color: #5007CB; }
span { border-color: rgb(80,7,203); }
td.TdClassName
{
border-color: #5007CB;
}
.TagClassName
{
border-color: #5007CB;
}
</style>