Shades of Purple Heart #551FCE
Tints of Purple Heart #551FCE
RGB
CMYK
RGB Variations
Color information
#551FCE (or 0x551FCE) is known color: Purple Heart. HEX triplet: 55, 1F and CE. RGB value is (85,31,206). Sum of RGB (Red+Green+Blue) = 85+31+206=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #551FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FCE is #AAE031. Grayscale: #424242. Windows color (decimal): -11198514 or 13508437. OLE color: 13508437.
HSL color Cylindrical-coordinate representation of color #551FCE: hue angle of 258.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551FCE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 31 | 206 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.19 |
| HSL | 258.51º | 0.74% | 0.46% | - |
| HSV(B) | 258.51º | 0.85% | 0.81% | - |
| XYZ | 15.38 | 7.37 | 59 | - |
| YUV | 67.1 | 206.39 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 206 | 0.59 | 0.85 | 0 | 0.19 | 258.51 | 0.74 | 0.46 |
| Hex | 55 | 1F | CE | 3B | 55 | 0 | 13 | 103 | 4A | 2E |
| Octal | 125 | 37 | 316 | 73 | 125 | 0 | 23 | 403 | 112 | 56 |
| Binary | 1010101 | 11111 | 11001110 | 111011 | 1010101 | 0 | 10011 | 100000011 | 1001010 | 101110 |
Color Harmonies of #551FCE
Complementary color
Monochromatic Colors of #551FCE
Black with #551FCE
Text Example
Text Example
White with #551FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FCE; }
p { color: rgb(85,31,206); }
H1.HeaderClassName
{
color: #551FCE;
}
.AnyTagClassName
{
color: #551FCE;
}
</style>
background-color css
<style>
a { background-color: #551FCE; }
a { background-color: rgb(85,31,206); }
div.DivClassName
{
background-color: #551FCE;
}
.BgClassName
{
background-color: #551FCE;
}
</style>
border-color css
<style>
span { border-color: #551FCE; }
span { border-color: rgb(85,31,206); }
td.TdClassName
{
border-color: #551FCE;
}
.TagClassName
{
border-color: #551FCE;
}
</style>