Shades of Purple Heart #551ABE
Tints of Purple Heart #551ABE
RGB
CMYK
RGB Variations
Color information
#551ABE (or 0x551ABE) is known color: Purple Heart. HEX triplet: 55, 1A and BE. RGB value is (85,26,190). Sum of RGB (Red+Green+Blue) = 85+26+190=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #551ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ABE is #AAE541. Grayscale: #3D3D3D. Windows color (decimal): -11199810 or 12458581. OLE color: 12458581.
HSL color Cylindrical-coordinate representation of color #551ABE: hue angle of 261.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551ABE is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 26 | 190 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.25 |
| HSL | 261.59º | 0.76% | 0.42% | - |
| HSV(B) | 261.59º | 0.86% | 0.75% | - |
| XYZ | 13.41 | 6.39 | 49.24 | - |
| YUV | 62.34 | 200.05 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 190 | 0.55 | 0.86 | 0 | 0.25 | 261.59 | 0.76 | 0.42 |
| Hex | 55 | 1A | BE | 37 | 56 | 0 | 19 | 106 | 4C | 2A |
| Octal | 125 | 32 | 276 | 67 | 126 | 0 | 31 | 406 | 114 | 52 |
| Binary | 1010101 | 11010 | 10111110 | 110111 | 1010110 | 0 | 11001 | 100000110 | 1001100 | 101010 |
Color Harmonies of #551ABE
Complementary color
Monochromatic Colors of #551ABE
Black with #551ABE
Text Example
Text Example
White with #551ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ABE; }
p { color: rgb(85,26,190); }
H1.HeaderClassName
{
color: #551ABE;
}
.AnyTagClassName
{
color: #551ABE;
}
</style>
background-color css
<style>
a { background-color: #551ABE; }
a { background-color: rgb(85,26,190); }
div.DivClassName
{
background-color: #551ABE;
}
.BgClassName
{
background-color: #551ABE;
}
</style>
border-color css
<style>
span { border-color: #551ABE; }
span { border-color: rgb(85,26,190); }
td.TdClassName
{
border-color: #551ABE;
}
.TagClassName
{
border-color: #551ABE;
}
</style>