Shades of Purple Heart #5007BC
Tints of Purple Heart #5007BC
RGB
CMYK
RGB Variations
Color information
#5007BC (or 0x5007BC) is known color: Purple Heart. HEX triplet: 50, 07 and BC. RGB value is (80,7,188). Sum of RGB (Red+Green+Blue) = 80+7+188=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #5007BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007BC is #AFF843. Grayscale: #303030. Windows color (decimal): -11532356 or 12322640. OLE color: 12322640.
HSL color Cylindrical-coordinate representation of color #5007BC: hue angle of 264.2º 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 #5007BC is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 7 | 188 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.26 |
| HSL | 264.2º | 0.93% | 0.38% | - |
| HSV(B) | 264.2º | 0.96% | 0.74% | - |
| XYZ | 12.46 | 5.49 | 47.98 | - |
| YUV | 49.46 | 206.18 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 188 | 0.57 | 0.96 | 0 | 0.26 | 264.2 | 0.93 | 0.38 |
| Hex | 50 | 7 | BC | 39 | 60 | 0 | 1A | 108 | 5D | 26 |
| Octal | 120 | 7 | 274 | 71 | 140 | 0 | 32 | 410 | 135 | 46 |
| Binary | 1010000 | 111 | 10111100 | 111001 | 1100000 | 0 | 11010 | 100001000 | 1011101 | 100110 |
Color Harmonies of #5007BC
Complementary color
Monochromatic Colors of #5007BC
Black with #5007BC
Text Example
Text Example
White with #5007BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007BC; }
p { color: rgb(80,7,188); }
H1.HeaderClassName
{
color: #5007BC;
}
.AnyTagClassName
{
color: #5007BC;
}
</style>
background-color css
<style>
a { background-color: #5007BC; }
a { background-color: rgb(80,7,188); }
div.DivClassName
{
background-color: #5007BC;
}
.BgClassName
{
background-color: #5007BC;
}
</style>
border-color css
<style>
span { border-color: #5007BC; }
span { border-color: rgb(80,7,188); }
td.TdClassName
{
border-color: #5007BC;
}
.TagClassName
{
border-color: #5007BC;
}
</style>