Shades of Purple Heart #552FBE
Tints of Purple Heart #552FBE
RGB
CMYK
RGB Variations
Color information
#552FBE (or 0x552FBE) is known color: Purple Heart. HEX triplet: 55, 2F and BE. RGB value is (85,47,190). Sum of RGB (Red+Green+Blue) = 85+47+190=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #552FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FBE is #AAD041. Grayscale: #4A4A4A. Windows color (decimal): -11194434 or 12463957. OLE color: 12463957.
HSL color Cylindrical-coordinate representation of color #552FBE: hue angle of 255.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552FBE is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 47 | 190 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.25 |
| HSL | 255.94º | 0.6% | 0.46% | - |
| HSV(B) | 255.94º | 0.75% | 0.75% | - |
| XYZ | 14.06 | 7.68 | 49.46 | - |
| YUV | 74.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 190 | 0.55 | 0.75 | 0 | 0.25 | 255.94 | 0.6 | 0.46 |
| Hex | 55 | 2F | BE | 37 | 4B | 0 | 19 | 100 | 3C | 2E |
| Octal | 125 | 57 | 276 | 67 | 113 | 0 | 31 | 400 | 74 | 56 |
| Binary | 1010101 | 101111 | 10111110 | 110111 | 1001011 | 0 | 11001 | 100000000 | 111100 | 101110 |
Color Harmonies of #552FBE
Complementary color
Monochromatic Colors of #552FBE
Black with #552FBE
Text Example
Text Example
White with #552FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FBE; }
p { color: rgb(85,47,190); }
H1.HeaderClassName
{
color: #552FBE;
}
.AnyTagClassName
{
color: #552FBE;
}
</style>
background-color css
<style>
a { background-color: #552FBE; }
a { background-color: rgb(85,47,190); }
div.DivClassName
{
background-color: #552FBE;
}
.BgClassName
{
background-color: #552FBE;
}
</style>
border-color css
<style>
span { border-color: #552FBE; }
span { border-color: rgb(85,47,190); }
td.TdClassName
{
border-color: #552FBE;
}
.TagClassName
{
border-color: #552FBE;
}
</style>