Shades of Purple Heart #5506BC
Tints of Purple Heart #5506BC
RGB
CMYK
RGB Variations
Color information
#5506BC (or 0x5506BC) is known color: Purple Heart. HEX triplet: 55, 06 and BC. RGB value is (85,6,188). Sum of RGB (Red+Green+Blue) = 85+6+188=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #5506BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506BC is #AAF943. Grayscale: #313131. Windows color (decimal): -11204932 or 12322389. OLE color: 12322389.
HSL color Cylindrical-coordinate representation of color #5506BC: hue angle of 266.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506BC is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 6 | 188 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.26 |
| HSL | 266.04º | 0.94% | 0.38% | - |
| HSV(B) | 266.04º | 0.97% | 0.74% | - |
| XYZ | 12.89 | 5.69 | 48 | - |
| YUV | 50.37 | 205.67 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 188 | 0.55 | 0.97 | 0 | 0.26 | 266.04 | 0.94 | 0.38 |
| Hex | 55 | 6 | BC | 37 | 61 | 0 | 1A | 10A | 5E | 26 |
| Octal | 125 | 6 | 274 | 67 | 141 | 0 | 32 | 412 | 136 | 46 |
| Binary | 1010101 | 110 | 10111100 | 110111 | 1100001 | 0 | 11010 | 100001010 | 1011110 | 100110 |
Color Harmonies of #5506BC
Complementary color
Monochromatic Colors of #5506BC
Black with #5506BC
Text Example
Text Example
White with #5506BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506BC; }
p { color: rgb(85,6,188); }
H1.HeaderClassName
{
color: #5506BC;
}
.AnyTagClassName
{
color: #5506BC;
}
</style>
background-color css
<style>
a { background-color: #5506BC; }
a { background-color: rgb(85,6,188); }
div.DivClassName
{
background-color: #5506BC;
}
.BgClassName
{
background-color: #5506BC;
}
</style>
border-color css
<style>
span { border-color: #5506BC; }
span { border-color: rgb(85,6,188); }
td.TdClassName
{
border-color: #5506BC;
}
.TagClassName
{
border-color: #5506BC;
}
</style>