Shades of Purple Heart #5008C7
Tints of Purple Heart #5008C7
RGB
CMYK
RGB Variations
Color information
#5008C7 (or 0x5008C7) is known color: Purple Heart. HEX triplet: 50, 08 and C7. RGB value is (80,8,199). Sum of RGB (Red+Green+Blue) = 80+8+199=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 199 (78.12% from 255 or 69.34% from 287); Max value from RGB is 199 - color contains mainly: blue. Hex color #5008C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5008C7 is #AFF738. Grayscale: #323232. Windows color (decimal): -11532089 or 13043792. OLE color: 13043792.
HSL color Cylindrical-coordinate representation of color #5008C7: hue angle of 262.62º degrees, saturation: 0.92, 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 #5008C7 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 8 | 199 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.22 |
| HSL | 262.62º | 0.92% | 0.41% | - |
| HSV(B) | 262.62º | 0.96% | 0.78% | - |
| XYZ | 13.7 | 6 | 54.47 | - |
| YUV | 51.3 | 211.35 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 199 | 0.60 | 0.96 | 0 | 0.22 | 262.62 | 0.92 | 0.41 |
| Hex | 50 | 8 | C7 | 3C | 60 | 0 | 16 | 107 | 5C | 29 |
| Octal | 120 | 10 | 307 | 74 | 140 | 0 | 26 | 407 | 134 | 51 |
| Binary | 1010000 | 1000 | 11000111 | 111100 | 1100000 | 0 | 10110 | 100000111 | 1011100 | 101001 |
Color Harmonies of #5008C7
Complementary color
Monochromatic Colors of #5008C7
Black with #5008C7
Text Example
Text Example
White with #5008C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5008C7; }
p { color: rgb(80,8,199); }
H1.HeaderClassName
{
color: #5008C7;
}
.AnyTagClassName
{
color: #5008C7;
}
</style>
background-color css
<style>
a { background-color: #5008C7; }
a { background-color: rgb(80,8,199); }
div.DivClassName
{
background-color: #5008C7;
}
.BgClassName
{
background-color: #5008C7;
}
</style>
border-color css
<style>
span { border-color: #5008C7; }
span { border-color: rgb(80,8,199); }
td.TdClassName
{
border-color: #5008C7;
}
.TagClassName
{
border-color: #5008C7;
}
</style>