Shades of Purple Heart #5500B7
Tints of Purple Heart #5500B7
RGB
CMYK
RGB Variations
Color information
#5500B7 (or 0x5500B7) is known color: Purple Heart. HEX triplet: 55, 00 and B7. RGB value is (85,0,183). Sum of RGB (Red+Green+Blue) = 85+0+183=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #5500B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5500B7 is #AAFF48. Grayscale: #2D2D2D. Windows color (decimal): -11206473 or 11993173. OLE color: 11993173.
HSL color Cylindrical-coordinate representation of color #5500B7: hue angle of 267.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500B7 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 0 | 183 | - |
| CMYK | 0.54 | 1 | 0 | 0.28 |
| HSL | 267.87º | 1% | 0.36% | - |
| HSV(B) | 267.87º | 1% | 0.72% | - |
| XYZ | 12.29 | 5.35 | 45.18 | - |
| YUV | 46.28 | 205.16 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 183 | 0.54 | 1 | 0 | 0.28 | 267.87 | 1 | 0.36 |
| Hex | 55 | 0 | B7 | 36 | 64 | 0 | 1C | 10C | 64 | 24 |
| Octal | 125 | 0 | 267 | 66 | 144 | 0 | 34 | 414 | 144 | 44 |
| Binary | 1010101 | 0 | 10110111 | 110110 | 1100100 | 0 | 11100 | 100001100 | 1100100 | 100100 |
Color Harmonies of #5500B7
Complementary color
Monochromatic Colors of #5500B7
Black with #5500B7
Text Example
Text Example
White with #5500B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500B7; }
p { color: rgb(85,0,183); }
H1.HeaderClassName
{
color: #5500B7;
}
.AnyTagClassName
{
color: #5500B7;
}
</style>
background-color css
<style>
a { background-color: #5500B7; }
a { background-color: rgb(85,0,183); }
div.DivClassName
{
background-color: #5500B7;
}
.BgClassName
{
background-color: #5500B7;
}
</style>
border-color css
<style>
span { border-color: #5500B7; }
span { border-color: rgb(85,0,183); }
td.TdClassName
{
border-color: #5500B7;
}
.TagClassName
{
border-color: #5500B7;
}
</style>