Shades of Purple Heart #5510BE
Tints of Purple Heart #5510BE
RGB
CMYK
RGB Variations
Color information
#5510BE (or 0x5510BE) is known color: Purple Heart. HEX triplet: 55, 10 and BE. RGB value is (85,16,190). Sum of RGB (Red+Green+Blue) = 85+16+190=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #5510BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510BE is #AAEF41. Grayscale: #373737. Windows color (decimal): -11202370 or 12456021. OLE color: 12456021.
HSL color Cylindrical-coordinate representation of color #5510BE: hue angle of 263.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5510BE is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 16 | 190 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.25 |
| HSL | 263.79º | 0.84% | 0.4% | - |
| HSV(B) | 263.79º | 0.92% | 0.75% | - |
| XYZ | 13.23 | 6.02 | 49.18 | - |
| YUV | 56.47 | 203.36 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 190 | 0.55 | 0.92 | 0 | 0.25 | 263.79 | 0.84 | 0.4 |
| Hex | 55 | 10 | BE | 37 | 5C | 0 | 19 | 108 | 54 | 28 |
| Octal | 125 | 20 | 276 | 67 | 134 | 0 | 31 | 410 | 124 | 50 |
| Binary | 1010101 | 10000 | 10111110 | 110111 | 1011100 | 0 | 11001 | 100001000 | 1010100 | 101000 |
Color Harmonies of #5510BE
Complementary color
Monochromatic Colors of #5510BE
Black with #5510BE
Text Example
Text Example
White with #5510BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510BE; }
p { color: rgb(85,16,190); }
H1.HeaderClassName
{
color: #5510BE;
}
.AnyTagClassName
{
color: #5510BE;
}
</style>
background-color css
<style>
a { background-color: #5510BE; }
a { background-color: rgb(85,16,190); }
div.DivClassName
{
background-color: #5510BE;
}
.BgClassName
{
background-color: #5510BE;
}
</style>
border-color css
<style>
span { border-color: #5510BE; }
span { border-color: rgb(85,16,190); }
td.TdClassName
{
border-color: #5510BE;
}
.TagClassName
{
border-color: #5510BE;
}
</style>