Shades of Purple Heart #5514B2
Tints of Purple Heart #5514B2
RGB
CMYK
RGB Variations
Color information
#5514B2 (or 0x5514B2) is known color: Purple Heart. HEX triplet: 55, 14 and B2. RGB value is (85,20,178). Sum of RGB (Red+Green+Blue) = 85+20+178=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 178 (69.92% from 255 or 62.90% from 283); Max value from RGB is 178 - color contains mainly: blue. Hex color #5514B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5514B2 is #AAEB4D. Grayscale: #383838. Windows color (decimal): -11201358 or 11670613. OLE color: 11670613.
HSL color Cylindrical-coordinate representation of color #5514B2: hue angle of 264.68º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5514B2 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 20 | 178 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.30 |
| HSL | 264.68º | 0.8% | 0.39% | - |
| HSV(B) | 264.68º | 0.89% | 0.7% | - |
| XYZ | 12.03 | 5.65 | 42.58 | - |
| YUV | 57.45 | 196.03 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 178 | 0.52 | 0.89 | 0 | 0.30 | 264.68 | 0.8 | 0.39 |
| Hex | 55 | 14 | B2 | 34 | 59 | 0 | 1E | 109 | 50 | 27 |
| Octal | 125 | 24 | 262 | 64 | 131 | 0 | 36 | 411 | 120 | 47 |
| Binary | 1010101 | 10100 | 10110010 | 110100 | 1011001 | 0 | 11110 | 100001001 | 1010000 | 100111 |
Color Harmonies of #5514B2
Complementary color
Monochromatic Colors of #5514B2
Black with #5514B2
Text Example
Text Example
White with #5514B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514B2; }
p { color: rgb(85,20,178); }
H1.HeaderClassName
{
color: #5514B2;
}
.AnyTagClassName
{
color: #5514B2;
}
</style>
background-color css
<style>
a { background-color: #5514B2; }
a { background-color: rgb(85,20,178); }
div.DivClassName
{
background-color: #5514B2;
}
.BgClassName
{
background-color: #5514B2;
}
</style>
border-color css
<style>
span { border-color: #5514B2; }
span { border-color: rgb(85,20,178); }
td.TdClassName
{
border-color: #5514B2;
}
.TagClassName
{
border-color: #5514B2;
}
</style>