Shades of Purple Heart #5514C0
Tints of Purple Heart #5514C0
RGB
CMYK
RGB Variations
Color information
#5514C0 (or 0x5514C0) is known color: Purple Heart. HEX triplet: 55, 14 and C0. RGB value is (85,20,192). Sum of RGB (Red+Green+Blue) = 85+20+192=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #5514C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514C0 is #AAEB3F. Grayscale: #3A3A3A. Windows color (decimal): -11201344 or 12588117. OLE color: 12588117.
HSL color Cylindrical-coordinate representation of color #5514C0: hue angle of 262.67º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5514C0 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 20 | 192 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.25 |
| HSL | 262.67º | 0.81% | 0.42% | - |
| HSV(B) | 262.67º | 0.9% | 0.75% | - |
| XYZ | 13.51 | 6.24 | 50.36 | - |
| YUV | 59.04 | 203.03 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 192 | 0.56 | 0.90 | 0 | 0.25 | 262.67 | 0.81 | 0.42 |
| Hex | 55 | 14 | C0 | 38 | 5A | 0 | 19 | 107 | 51 | 2A |
| Octal | 125 | 24 | 300 | 70 | 132 | 0 | 31 | 407 | 121 | 52 |
| Binary | 1010101 | 10100 | 11000000 | 111000 | 1011010 | 0 | 11001 | 100000111 | 1010001 | 101010 |
Color Harmonies of #5514C0
Complementary color
Monochromatic Colors of #5514C0
Black with #5514C0
Text Example
Text Example
White with #5514C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514C0; }
p { color: rgb(85,20,192); }
H1.HeaderClassName
{
color: #5514C0;
}
.AnyTagClassName
{
color: #5514C0;
}
</style>
background-color css
<style>
a { background-color: #5514C0; }
a { background-color: rgb(85,20,192); }
div.DivClassName
{
background-color: #5514C0;
}
.BgClassName
{
background-color: #5514C0;
}
</style>
border-color css
<style>
span { border-color: #5514C0; }
span { border-color: rgb(85,20,192); }
td.TdClassName
{
border-color: #5514C0;
}
.TagClassName
{
border-color: #5514C0;
}
</style>