Shades of Purple Heart #551FCB
Tints of Purple Heart #551FCB
RGB
CMYK
RGB Variations
Color information
#551FCB (or 0x551FCB) is known color: Purple Heart. HEX triplet: 55, 1F and CB. RGB value is (85,31,203). Sum of RGB (Red+Green+Blue) = 85+31+203=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #551FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FCB is #AAE034. Grayscale: #424242. Windows color (decimal): -11198517 or 13311829. OLE color: 13311829.
HSL color Cylindrical-coordinate representation of color #551FCB: hue angle of 258.84º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551FCB is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 31 | 203 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.20 |
| HSL | 258.84º | 0.74% | 0.46% | - |
| HSV(B) | 258.84º | 0.85% | 0.8% | - |
| XYZ | 15.02 | 7.22 | 57.1 | - |
| YUV | 66.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 203 | 0.58 | 0.85 | 0 | 0.20 | 258.84 | 0.74 | 0.46 |
| Hex | 55 | 1F | CB | 3A | 55 | 0 | 14 | 103 | 4A | 2E |
| Octal | 125 | 37 | 313 | 72 | 125 | 0 | 24 | 403 | 112 | 56 |
| Binary | 1010101 | 11111 | 11001011 | 111010 | 1010101 | 0 | 10100 | 100000011 | 1001010 | 101110 |
Color Harmonies of #551FCB
Complementary color
Monochromatic Colors of #551FCB
Black with #551FCB
Text Example
Text Example
White with #551FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FCB; }
p { color: rgb(85,31,203); }
H1.HeaderClassName
{
color: #551FCB;
}
.AnyTagClassName
{
color: #551FCB;
}
</style>
background-color css
<style>
a { background-color: #551FCB; }
a { background-color: rgb(85,31,203); }
div.DivClassName
{
background-color: #551FCB;
}
.BgClassName
{
background-color: #551FCB;
}
</style>
border-color css
<style>
span { border-color: #551FCB; }
span { border-color: rgb(85,31,203); }
td.TdClassName
{
border-color: #551FCB;
}
.TagClassName
{
border-color: #551FCB;
}
</style>