Shades of Purple Heart #5114CD
Tints of Purple Heart #5114CD
RGB
CMYK
RGB Variations
Color information
#5114CD (or 0x5114CD) is known color: Purple Heart. HEX triplet: 51, 14 and CD. RGB value is (81,20,205). Sum of RGB (Red+Green+Blue) = 81+20+205=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #5114CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5114CD is #AEEB32. Grayscale: #3A3A3A. Windows color (decimal): -11463475 or 13440081. OLE color: 13440081.
HSL color Cylindrical-coordinate representation of color #5114CD: hue angle of 259.78º 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 #5114CD is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 20 | 205 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.20 |
| HSL | 259.78º | 0.82% | 0.44% | - |
| HSV(B) | 259.78º | 0.9% | 0.8% | - |
| XYZ | 14.66 | 6.66 | 58.27 | - |
| YUV | 59.33 | 210.21 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 205 | 0.60 | 0.90 | 0 | 0.20 | 259.78 | 0.82 | 0.44 |
| Hex | 51 | 14 | CD | 3C | 5A | 0 | 14 | 104 | 52 | 2C |
| Octal | 121 | 24 | 315 | 74 | 132 | 0 | 24 | 404 | 122 | 54 |
| Binary | 1010001 | 10100 | 11001101 | 111100 | 1011010 | 0 | 10100 | 100000100 | 1010010 | 101100 |
Color Harmonies of #5114CD
Complementary color
Monochromatic Colors of #5114CD
Black with #5114CD
Text Example
Text Example
White with #5114CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5114CD; }
p { color: rgb(81,20,205); }
H1.HeaderClassName
{
color: #5114CD;
}
.AnyTagClassName
{
color: #5114CD;
}
</style>
background-color css
<style>
a { background-color: #5114CD; }
a { background-color: rgb(81,20,205); }
div.DivClassName
{
background-color: #5114CD;
}
.BgClassName
{
background-color: #5114CD;
}
</style>
border-color css
<style>
span { border-color: #5114CD; }
span { border-color: rgb(81,20,205); }
td.TdClassName
{
border-color: #5114CD;
}
.TagClassName
{
border-color: #5114CD;
}
</style>