Shades of Purple Heart #5009C7
Tints of Purple Heart #5009C7
RGB
CMYK
RGB Variations
Color information
#5009C7 (or 0x5009C7) is known color: Purple Heart. HEX triplet: 50, 09 and C7. RGB value is (80,9,199). Sum of RGB (Red+Green+Blue) = 80+9+199=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 199 (78.12% from 255 or 69.10% from 288); Max value from RGB is 199 - color contains mainly: blue. Hex color #5009C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009C7 is #AFF638. Grayscale: #333333. Windows color (decimal): -11531833 or 13044048. OLE color: 13044048.
HSL color Cylindrical-coordinate representation of color #5009C7: hue angle of 262.42º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5009C7 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 9 | 199 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.22 |
| HSL | 262.42º | 0.91% | 0.41% | - |
| HSV(B) | 262.42º | 0.95% | 0.78% | - |
| XYZ | 13.71 | 6.02 | 54.47 | - |
| YUV | 51.89 | 211.02 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 199 | 0.60 | 0.95 | 0 | 0.22 | 262.42 | 0.91 | 0.41 |
| Hex | 50 | 9 | C7 | 3C | 5F | 0 | 16 | 106 | 5B | 29 |
| Octal | 120 | 11 | 307 | 74 | 137 | 0 | 26 | 406 | 133 | 51 |
| Binary | 1010000 | 1001 | 11000111 | 111100 | 1011111 | 0 | 10110 | 100000110 | 1011011 | 101001 |
Color Harmonies of #5009C7
Complementary color
Monochromatic Colors of #5009C7
Black with #5009C7
Text Example
Text Example
White with #5009C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009C7; }
p { color: rgb(80,9,199); }
H1.HeaderClassName
{
color: #5009C7;
}
.AnyTagClassName
{
color: #5009C7;
}
</style>
background-color css
<style>
a { background-color: #5009C7; }
a { background-color: rgb(80,9,199); }
div.DivClassName
{
background-color: #5009C7;
}
.BgClassName
{
background-color: #5009C7;
}
</style>
border-color css
<style>
span { border-color: #5009C7; }
span { border-color: rgb(80,9,199); }
td.TdClassName
{
border-color: #5009C7;
}
.TagClassName
{
border-color: #5009C7;
}
</style>