Shades of Purple Heart #5007BD
Tints of Purple Heart #5007BD
RGB
CMYK
RGB Variations
Color information
#5007BD (or 0x5007BD) is known color: Purple Heart. HEX triplet: 50, 07 and BD. RGB value is (80,7,189). Sum of RGB (Red+Green+Blue) = 80+7+189=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #5007BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007BD is #AFF842. Grayscale: #303030. Windows color (decimal): -11532355 or 12388176. OLE color: 12388176.
HSL color Cylindrical-coordinate representation of color #5007BD: hue angle of 264.07º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5007BD is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 7 | 189 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.26 |
| HSL | 264.07º | 0.93% | 0.38% | - |
| HSV(B) | 264.07º | 0.96% | 0.74% | - |
| XYZ | 12.57 | 5.53 | 48.55 | - |
| YUV | 49.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 189 | 0.58 | 0.96 | 0 | 0.26 | 264.07 | 0.93 | 0.38 |
| Hex | 50 | 7 | BD | 3A | 60 | 0 | 1A | 108 | 5D | 26 |
| Octal | 120 | 7 | 275 | 72 | 140 | 0 | 32 | 410 | 135 | 46 |
| Binary | 1010000 | 111 | 10111101 | 111010 | 1100000 | 0 | 11010 | 100001000 | 1011101 | 100110 |
Color Harmonies of #5007BD
Complementary color
Monochromatic Colors of #5007BD
Black with #5007BD
Text Example
Text Example
White with #5007BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007BD; }
p { color: rgb(80,7,189); }
H1.HeaderClassName
{
color: #5007BD;
}
.AnyTagClassName
{
color: #5007BD;
}
</style>
background-color css
<style>
a { background-color: #5007BD; }
a { background-color: rgb(80,7,189); }
div.DivClassName
{
background-color: #5007BD;
}
.BgClassName
{
background-color: #5007BD;
}
</style>
border-color css
<style>
span { border-color: #5007BD; }
span { border-color: rgb(80,7,189); }
td.TdClassName
{
border-color: #5007BD;
}
.TagClassName
{
border-color: #5007BD;
}
</style>