Shades of Purple Heart #5007C8
Tints of Purple Heart #5007C8
RGB
CMYK
RGB Variations
Color information
#5007C8 (or 0x5007C8) is known color: Purple Heart. HEX triplet: 50, 07 and C8. RGB value is (80,7,200). Sum of RGB (Red+Green+Blue) = 80+7+200=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #5007C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007C8 is #AFF837. Grayscale: #323232. Windows color (decimal): -11532344 or 13109072. OLE color: 13109072.
HSL color Cylindrical-coordinate representation of color #5007C8: hue angle of 262.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5007C8 is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 7 | 200 | - |
| CMYK | 0.6 | 0.96 | 0 | 0.22 |
| HSL | 262.69º | 0.93% | 0.41% | - |
| HSV(B) | 262.69º | 0.97% | 0.78% | - |
| XYZ | 13.81 | 6.03 | 55.08 | - |
| YUV | 50.83 | 212.18 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 200 | 0.6 | 0.96 | 0 | 0.22 | 262.69 | 0.93 | 0.41 |
| Hex | 50 | 7 | C8 | 3C | 60 | 0 | 16 | 107 | 5D | 29 |
| Octal | 120 | 7 | 310 | 74 | 140 | 0 | 26 | 407 | 135 | 51 |
| Binary | 1010000 | 111 | 11001000 | 111100 | 1100000 | 0 | 10110 | 100000111 | 1011101 | 101001 |
Color Harmonies of #5007C8
Complementary color
Monochromatic Colors of #5007C8
Black with #5007C8
Text Example
Text Example
White with #5007C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007C8; }
p { color: rgb(80,7,200); }
H1.HeaderClassName
{
color: #5007C8;
}
.AnyTagClassName
{
color: #5007C8;
}
</style>
background-color css
<style>
a { background-color: #5007C8; }
a { background-color: rgb(80,7,200); }
div.DivClassName
{
background-color: #5007C8;
}
.BgClassName
{
background-color: #5007C8;
}
</style>
border-color css
<style>
span { border-color: #5007C8; }
span { border-color: rgb(80,7,200); }
td.TdClassName
{
border-color: #5007C8;
}
.TagClassName
{
border-color: #5007C8;
}
</style>