Shades of Purple Heart #5009D0
Tints of Purple Heart #5009D0
RGB
CMYK
RGB Variations
Color information
#5009D0 (or 0x5009D0) is known color: Purple Heart. HEX triplet: 50, 09 and D0. RGB value is (80,9,208). Sum of RGB (Red+Green+Blue) = 80+9+208=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 208 (81.64% from 255 or 70.03% from 297); Max value from RGB is 208 - color contains mainly: blue. Hex color #5009D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009D0 is #AFF62F. Grayscale: #343434. Windows color (decimal): -11531824 or 13633872. OLE color: 13633872.
HSL color Cylindrical-coordinate representation of color #5009D0: hue angle of 261.41º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009D0 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 9 | 208 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.18 |
| HSL | 261.41º | 0.92% | 0.43% | - |
| HSV(B) | 261.41º | 0.96% | 0.82% | - |
| XYZ | 14.79 | 6.45 | 60.14 | - |
| YUV | 52.92 | 215.52 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 208 | 0.62 | 0.96 | 0 | 0.18 | 261.41 | 0.92 | 0.43 |
| Hex | 50 | 9 | D0 | 3E | 60 | 0 | 12 | 105 | 5C | 2B |
| Octal | 120 | 11 | 320 | 76 | 140 | 0 | 22 | 405 | 134 | 53 |
| Binary | 1010000 | 1001 | 11010000 | 111110 | 1100000 | 0 | 10010 | 100000101 | 1011100 | 101011 |
Color Harmonies of #5009D0
Complementary color
Monochromatic Colors of #5009D0
Black with #5009D0
Text Example
Text Example
White with #5009D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009D0; }
p { color: rgb(80,9,208); }
H1.HeaderClassName
{
color: #5009D0;
}
.AnyTagClassName
{
color: #5009D0;
}
</style>
background-color css
<style>
a { background-color: #5009D0; }
a { background-color: rgb(80,9,208); }
div.DivClassName
{
background-color: #5009D0;
}
.BgClassName
{
background-color: #5009D0;
}
</style>
border-color css
<style>
span { border-color: #5009D0; }
span { border-color: rgb(80,9,208); }
td.TdClassName
{
border-color: #5009D0;
}
.TagClassName
{
border-color: #5009D0;
}
</style>