Shades of Purple Heart #551BC7
Tints of Purple Heart #551BC7
RGB
CMYK
RGB Variations
Color information
#551BC7 (or 0x551BC7) is known color: Purple Heart. HEX triplet: 55, 1B and C7. RGB value is (85,27,199). Sum of RGB (Red+Green+Blue) = 85+27+199=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #551BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BC7 is #AAE438. Grayscale: #3F3F3F. Windows color (decimal): -11199545 or 13048661. OLE color: 13048661.
HSL color Cylindrical-coordinate representation of color #551BC7: hue angle of 260.23º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551BC7 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 27 | 199 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.22 |
| HSL | 260.23º | 0.76% | 0.44% | - |
| HSV(B) | 260.23º | 0.86% | 0.78% | - |
| XYZ | 14.45 | 6.84 | 54.59 | - |
| YUV | 63.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 199 | 0.57 | 0.86 | 0 | 0.22 | 260.23 | 0.76 | 0.44 |
| Hex | 55 | 1B | C7 | 39 | 56 | 0 | 16 | 104 | 4C | 2C |
| Octal | 125 | 33 | 307 | 71 | 126 | 0 | 26 | 404 | 114 | 54 |
| Binary | 1010101 | 11011 | 11000111 | 111001 | 1010110 | 0 | 10110 | 100000100 | 1001100 | 101100 |
Color Harmonies of #551BC7
Complementary color
Monochromatic Colors of #551BC7
Black with #551BC7
Text Example
Text Example
White with #551BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BC7; }
p { color: rgb(85,27,199); }
H1.HeaderClassName
{
color: #551BC7;
}
.AnyTagClassName
{
color: #551BC7;
}
</style>
background-color css
<style>
a { background-color: #551BC7; }
a { background-color: rgb(85,27,199); }
div.DivClassName
{
background-color: #551BC7;
}
.BgClassName
{
background-color: #551BC7;
}
</style>
border-color css
<style>
span { border-color: #551BC7; }
span { border-color: rgb(85,27,199); }
td.TdClassName
{
border-color: #551BC7;
}
.TagClassName
{
border-color: #551BC7;
}
</style>