Shades of Purple Heart #550FB1
Tints of Purple Heart #550FB1
RGB
CMYK
RGB Variations
Color information
#550FB1 (or 0x550FB1) is known color: Purple Heart. HEX triplet: 55, 0F and B1. RGB value is (85,15,177). Sum of RGB (Red+Green+Blue) = 85+15+177=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #550FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FB1 is #AAF04E. Grayscale: #353535. Windows color (decimal): -11202639 or 11603797. OLE color: 11603797.
HSL color Cylindrical-coordinate representation of color #550FB1: hue angle of 265.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550FB1 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 15 | 177 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.31 |
| HSL | 265.93º | 0.84% | 0.38% | - |
| HSV(B) | 265.93º | 0.92% | 0.69% | - |
| XYZ | 11.85 | 5.45 | 42.02 | - |
| YUV | 54.4 | 197.19 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 177 | 0.52 | 0.92 | 0 | 0.31 | 265.93 | 0.84 | 0.38 |
| Hex | 55 | F | B1 | 34 | 5C | 0 | 1F | 10A | 54 | 26 |
| Octal | 125 | 17 | 261 | 64 | 134 | 0 | 37 | 412 | 124 | 46 |
| Binary | 1010101 | 1111 | 10110001 | 110100 | 1011100 | 0 | 11111 | 100001010 | 1010100 | 100110 |
Color Harmonies of #550FB1
Complementary color
Monochromatic Colors of #550FB1
Black with #550FB1
Text Example
Text Example
White with #550FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FB1; }
p { color: rgb(85,15,177); }
H1.HeaderClassName
{
color: #550FB1;
}
.AnyTagClassName
{
color: #550FB1;
}
</style>
background-color css
<style>
a { background-color: #550FB1; }
a { background-color: rgb(85,15,177); }
div.DivClassName
{
background-color: #550FB1;
}
.BgClassName
{
background-color: #550FB1;
}
</style>
border-color css
<style>
span { border-color: #550FB1; }
span { border-color: rgb(85,15,177); }
td.TdClassName
{
border-color: #550FB1;
}
.TagClassName
{
border-color: #550FB1;
}
</style>