Shades of Purple Heart #5510BD
Tints of Purple Heart #5510BD
RGB
CMYK
RGB Variations
Color information
#5510BD (or 0x5510BD) is known color: Purple Heart. HEX triplet: 55, 10 and BD. RGB value is (85,16,189). Sum of RGB (Red+Green+Blue) = 85+16+189=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #5510BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510BD is #AAEF42. Grayscale: #373737. Windows color (decimal): -11202371 or 12390485. OLE color: 12390485.
HSL color Cylindrical-coordinate representation of color #5510BD: hue angle of 263.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5510BD is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 16 | 189 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.26 |
| HSL | 263.93º | 0.84% | 0.4% | - |
| HSV(B) | 263.93º | 0.92% | 0.74% | - |
| XYZ | 13.12 | 5.98 | 48.61 | - |
| YUV | 56.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 189 | 0.55 | 0.92 | 0 | 0.26 | 263.93 | 0.84 | 0.4 |
| Hex | 55 | 10 | BD | 37 | 5C | 0 | 1A | 108 | 54 | 28 |
| Octal | 125 | 20 | 275 | 67 | 134 | 0 | 32 | 410 | 124 | 50 |
| Binary | 1010101 | 10000 | 10111101 | 110111 | 1011100 | 0 | 11010 | 100001000 | 1010100 | 101000 |
Color Harmonies of #5510BD
Complementary color
Monochromatic Colors of #5510BD
Black with #5510BD
Text Example
Text Example
White with #5510BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510BD; }
p { color: rgb(85,16,189); }
H1.HeaderClassName
{
color: #5510BD;
}
.AnyTagClassName
{
color: #5510BD;
}
</style>
background-color css
<style>
a { background-color: #5510BD; }
a { background-color: rgb(85,16,189); }
div.DivClassName
{
background-color: #5510BD;
}
.BgClassName
{
background-color: #5510BD;
}
</style>
border-color css
<style>
span { border-color: #5510BD; }
span { border-color: rgb(85,16,189); }
td.TdClassName
{
border-color: #5510BD;
}
.TagClassName
{
border-color: #5510BD;
}
</style>