Shades of Purple Heart #550FB2
Tints of Purple Heart #550FB2
RGB
CMYK
RGB Variations
Color information
#550FB2 (or 0x550FB2) is known color: Purple Heart. HEX triplet: 55, 0F and B2. RGB value is (85,15,178). Sum of RGB (Red+Green+Blue) = 85+15+178=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #550FB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FB2 is #AAF04D. Grayscale: #353535. Windows color (decimal): -11202638 or 11669333. OLE color: 11669333.
HSL color Cylindrical-coordinate representation of color #550FB2: hue angle of 265.77º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550FB2 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 15 | 178 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.30 |
| HSL | 265.77º | 0.84% | 0.38% | - |
| HSV(B) | 265.77º | 0.92% | 0.7% | - |
| XYZ | 11.95 | 5.49 | 42.55 | - |
| YUV | 54.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 178 | 0.52 | 0.92 | 0 | 0.30 | 265.77 | 0.84 | 0.38 |
| Hex | 55 | F | B2 | 34 | 5C | 0 | 1E | 10A | 54 | 26 |
| Octal | 125 | 17 | 262 | 64 | 134 | 0 | 36 | 412 | 124 | 46 |
| Binary | 1010101 | 1111 | 10110010 | 110100 | 1011100 | 0 | 11110 | 100001010 | 1010100 | 100110 |
Color Harmonies of #550FB2
Complementary color
Monochromatic Colors of #550FB2
Black with #550FB2
Text Example
Text Example
White with #550FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FB2; }
p { color: rgb(85,15,178); }
H1.HeaderClassName
{
color: #550FB2;
}
.AnyTagClassName
{
color: #550FB2;
}
</style>
background-color css
<style>
a { background-color: #550FB2; }
a { background-color: rgb(85,15,178); }
div.DivClassName
{
background-color: #550FB2;
}
.BgClassName
{
background-color: #550FB2;
}
</style>
border-color css
<style>
span { border-color: #550FB2; }
span { border-color: rgb(85,15,178); }
td.TdClassName
{
border-color: #550FB2;
}
.TagClassName
{
border-color: #550FB2;
}
</style>