Shades of Purple Heart #551CAE
Tints of Purple Heart #551CAE
RGB
CMYK
RGB Variations
Color information
#551CAE (or 0x551CAE) is known color: Purple Heart. HEX triplet: 55, 1C and AE. RGB value is (85,28,174). Sum of RGB (Red+Green+Blue) = 85+28+174=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #551CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551CAE is #AAE351. Grayscale: #3D3D3D. Windows color (decimal): -11199314 or 11410517. OLE color: 11410517.
HSL color Cylindrical-coordinate representation of color #551CAE: hue angle of 263.42º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551CAE is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 28 | 174 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.32 |
| HSL | 263.42º | 0.72% | 0.4% | - |
| HSV(B) | 263.42º | 0.84% | 0.68% | - |
| XYZ | 11.8 | 5.82 | 40.55 | - |
| YUV | 61.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 174 | 0.51 | 0.84 | 0 | 0.32 | 263.42 | 0.72 | 0.4 |
| Hex | 55 | 1C | AE | 33 | 54 | 0 | 20 | 107 | 48 | 28 |
| Octal | 125 | 34 | 256 | 63 | 124 | 0 | 40 | 407 | 110 | 50 |
| Binary | 1010101 | 11100 | 10101110 | 110011 | 1010100 | 0 | 100000 | 100000111 | 1001000 | 101000 |
Color Harmonies of #551CAE
Complementary color
Monochromatic Colors of #551CAE
Black with #551CAE
Text Example
Text Example
White with #551CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CAE; }
p { color: rgb(85,28,174); }
H1.HeaderClassName
{
color: #551CAE;
}
.AnyTagClassName
{
color: #551CAE;
}
</style>
background-color css
<style>
a { background-color: #551CAE; }
a { background-color: rgb(85,28,174); }
div.DivClassName
{
background-color: #551CAE;
}
.BgClassName
{
background-color: #551CAE;
}
</style>
border-color css
<style>
span { border-color: #551CAE; }
span { border-color: rgb(85,28,174); }
td.TdClassName
{
border-color: #551CAE;
}
.TagClassName
{
border-color: #551CAE;
}
</style>