Shades of Purple Heart #5514D5
Tints of Purple Heart #5514D5
RGB
CMYK
RGB Variations
Color information
#5514D5 (or 0x5514D5) is known color: Purple Heart. HEX triplet: 55, 14 and D5. RGB value is (85,20,213). Sum of RGB (Red+Green+Blue) = 85+20+213=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 213 (83.59% from 255 or 66.98% from 318); Max value from RGB is 213 - color contains mainly: blue. Hex color #5514D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514D5 is #AAEB2A. Grayscale: #3C3C3C. Windows color (decimal): -11201323 or 13964373. OLE color: 13964373.
HSL color Cylindrical-coordinate representation of color #5514D5: hue angle of 260.21º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5514D5 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 20 | 213 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.16 |
| HSL | 260.21º | 0.83% | 0.46% | - |
| HSV(B) | 260.21º | 0.91% | 0.84% | - |
| XYZ | 16.01 | 7.24 | 63.5 | - |
| YUV | 61.44 | 213.53 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 213 | 0.60 | 0.91 | 0 | 0.16 | 260.21 | 0.83 | 0.46 |
| Hex | 55 | 14 | D5 | 3C | 5B | 0 | 10 | 104 | 53 | 2E |
| Octal | 125 | 24 | 325 | 74 | 133 | 0 | 20 | 404 | 123 | 56 |
| Binary | 1010101 | 10100 | 11010101 | 111100 | 1011011 | 0 | 10000 | 100000100 | 1010011 | 101110 |
Color Harmonies of #5514D5
Complementary color
Monochromatic Colors of #5514D5
Black with #5514D5
Text Example
Text Example
White with #5514D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514D5; }
p { color: rgb(85,20,213); }
H1.HeaderClassName
{
color: #5514D5;
}
.AnyTagClassName
{
color: #5514D5;
}
</style>
background-color css
<style>
a { background-color: #5514D5; }
a { background-color: rgb(85,20,213); }
div.DivClassName
{
background-color: #5514D5;
}
.BgClassName
{
background-color: #5514D5;
}
</style>
border-color css
<style>
span { border-color: #5514D5; }
span { border-color: rgb(85,20,213); }
td.TdClassName
{
border-color: #5514D5;
}
.TagClassName
{
border-color: #5514D5;
}
</style>