Shades of Purple Heart #551AA3
Tints of Purple Heart #551AA3
RGB
CMYK
RGB Variations
Color information
#551AA3 (or 0x551AA3) is known color: Purple Heart. HEX triplet: 55, 1A and A3. RGB value is (85,26,163). Sum of RGB (Red+Green+Blue) = 85+26+163=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #551AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551AA3 is #AAE55C. Grayscale: #3A3A3A. Windows color (decimal): -11199837 or 10689109. OLE color: 10689109.
HSL color Cylindrical-coordinate representation of color #551AA3: hue angle of 265.84º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551AA3 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 26 | 163 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.36 |
| HSL | 265.84º | 0.72% | 0.37% | - |
| HSV(B) | 265.84º | 0.84% | 0.64% | - |
| XYZ | 10.73 | 5.31 | 35.11 | - |
| YUV | 59.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 163 | 0.48 | 0.84 | 0 | 0.36 | 265.84 | 0.72 | 0.37 |
| Hex | 55 | 1A | A3 | 30 | 54 | 0 | 24 | 10A | 48 | 25 |
| Octal | 125 | 32 | 243 | 60 | 124 | 0 | 44 | 412 | 110 | 45 |
| Binary | 1010101 | 11010 | 10100011 | 110000 | 1010100 | 0 | 100100 | 100001010 | 1001000 | 100101 |
Color Harmonies of #551AA3
Complementary color
Monochromatic Colors of #551AA3
Black with #551AA3
Text Example
Text Example
White with #551AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551AA3; }
p { color: rgb(85,26,163); }
H1.HeaderClassName
{
color: #551AA3;
}
.AnyTagClassName
{
color: #551AA3;
}
</style>
background-color css
<style>
a { background-color: #551AA3; }
a { background-color: rgb(85,26,163); }
div.DivClassName
{
background-color: #551AA3;
}
.BgClassName
{
background-color: #551AA3;
}
</style>
border-color css
<style>
span { border-color: #551AA3; }
span { border-color: rgb(85,26,163); }
td.TdClassName
{
border-color: #551AA3;
}
.TagClassName
{
border-color: #551AA3;
}
</style>