Shades of Purple Heart #551ACF
Tints of Purple Heart #551ACF
RGB
CMYK
RGB Variations
Color information
#551ACF (or 0x551ACF) is known color: Purple Heart. HEX triplet: 55, 1A and CF. RGB value is (85,26,207). Sum of RGB (Red+Green+Blue) = 85+26+207=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #551ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ACF is #AAE530. Grayscale: #3F3F3F. Windows color (decimal): -11199793 or 13572693. OLE color: 13572693.
HSL color Cylindrical-coordinate representation of color #551ACF: hue angle of 259.56º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551ACF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 26 | 207 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.19 |
| HSL | 259.56º | 0.78% | 0.46% | - |
| HSV(B) | 259.56º | 0.87% | 0.81% | - |
| XYZ | 15.38 | 7.18 | 59.61 | - |
| YUV | 64.28 | 208.55 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 207 | 0.59 | 0.87 | 0 | 0.19 | 259.56 | 0.78 | 0.46 |
| Hex | 55 | 1A | CF | 3B | 57 | 0 | 13 | 104 | 4E | 2E |
| Octal | 125 | 32 | 317 | 73 | 127 | 0 | 23 | 404 | 116 | 56 |
| Binary | 1010101 | 11010 | 11001111 | 111011 | 1010111 | 0 | 10011 | 100000100 | 1001110 | 101110 |
Color Harmonies of #551ACF
Complementary color
Monochromatic Colors of #551ACF
Black with #551ACF
Text Example
Text Example
White with #551ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ACF; }
p { color: rgb(85,26,207); }
H1.HeaderClassName
{
color: #551ACF;
}
.AnyTagClassName
{
color: #551ACF;
}
</style>
background-color css
<style>
a { background-color: #551ACF; }
a { background-color: rgb(85,26,207); }
div.DivClassName
{
background-color: #551ACF;
}
.BgClassName
{
background-color: #551ACF;
}
</style>
border-color css
<style>
span { border-color: #551ACF; }
span { border-color: rgb(85,26,207); }
td.TdClassName
{
border-color: #551ACF;
}
.TagClassName
{
border-color: #551ACF;
}
</style>