Shades of Purple Heart #5014C9
Tints of Purple Heart #5014C9
RGB
CMYK
RGB Variations
Color information
#5014C9 (or 0x5014C9) is known color: Purple Heart. HEX triplet: 50, 14 and C9. RGB value is (80,20,201). Sum of RGB (Red+Green+Blue) = 80+20+201=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #5014C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014C9 is #AFEB36. Grayscale: #393939. Windows color (decimal): -11529015 or 13177936. OLE color: 13177936.
HSL color Cylindrical-coordinate representation of color #5014C9: hue angle of 259.89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5014C9 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 20 | 201 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.21 |
| HSL | 259.89º | 0.82% | 0.43% | - |
| HSV(B) | 259.89º | 0.9% | 0.79% | - |
| XYZ | 14.1 | 6.42 | 55.75 | - |
| YUV | 58.57 | 208.38 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 201 | 0.60 | 0.90 | 0 | 0.21 | 259.89 | 0.82 | 0.43 |
| Hex | 50 | 14 | C9 | 3C | 5A | 0 | 15 | 104 | 52 | 2B |
| Octal | 120 | 24 | 311 | 74 | 132 | 0 | 25 | 404 | 122 | 53 |
| Binary | 1010000 | 10100 | 11001001 | 111100 | 1011010 | 0 | 10101 | 100000100 | 1010010 | 101011 |
Color Harmonies of #5014C9
Complementary color
Monochromatic Colors of #5014C9
Black with #5014C9
Text Example
Text Example
White with #5014C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014C9; }
p { color: rgb(80,20,201); }
H1.HeaderClassName
{
color: #5014C9;
}
.AnyTagClassName
{
color: #5014C9;
}
</style>
background-color css
<style>
a { background-color: #5014C9; }
a { background-color: rgb(80,20,201); }
div.DivClassName
{
background-color: #5014C9;
}
.BgClassName
{
background-color: #5014C9;
}
</style>
border-color css
<style>
span { border-color: #5014C9; }
span { border-color: rgb(80,20,201); }
td.TdClassName
{
border-color: #5014C9;
}
.TagClassName
{
border-color: #5014C9;
}
</style>