Shades of Purple Heart #5014CC
Tints of Purple Heart #5014CC
RGB
CMYK
RGB Variations
Color information
#5014CC (or 0x5014CC) is known color: Purple Heart. HEX triplet: 50, 14 and CC. RGB value is (80,20,204). Sum of RGB (Red+Green+Blue) = 80+20+204=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #5014CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014CC is #AFEB33. Grayscale: #3A3A3A. Windows color (decimal): -11529012 or 13374544. OLE color: 13374544.
HSL color Cylindrical-coordinate representation of color #5014CC: hue angle of 259.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5014CC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 20 | 204 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.2 |
| HSL | 259.57º | 0.82% | 0.44% | - |
| HSV(B) | 259.57º | 0.9% | 0.8% | - |
| XYZ | 14.46 | 6.57 | 57.63 | - |
| YUV | 58.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 204 | 0.61 | 0.90 | 0 | 0.2 | 259.57 | 0.82 | 0.44 |
| Hex | 50 | 14 | CC | 3D | 5A | 0 | 14 | 104 | 52 | 2C |
| Octal | 120 | 24 | 314 | 75 | 132 | 0 | 24 | 404 | 122 | 54 |
| Binary | 1010000 | 10100 | 11001100 | 111101 | 1011010 | 0 | 10100 | 100000100 | 1010010 | 101100 |
Color Harmonies of #5014CC
Complementary color
Monochromatic Colors of #5014CC
Black with #5014CC
Text Example
Text Example
White with #5014CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014CC; }
p { color: rgb(80,20,204); }
H1.HeaderClassName
{
color: #5014CC;
}
.AnyTagClassName
{
color: #5014CC;
}
</style>
background-color css
<style>
a { background-color: #5014CC; }
a { background-color: rgb(80,20,204); }
div.DivClassName
{
background-color: #5014CC;
}
.BgClassName
{
background-color: #5014CC;
}
</style>
border-color css
<style>
span { border-color: #5014CC; }
span { border-color: rgb(80,20,204); }
td.TdClassName
{
border-color: #5014CC;
}
.TagClassName
{
border-color: #5014CC;
}
</style>