Shades of Purple Heart #552DBF
Tints of Purple Heart #552DBF
RGB
CMYK
RGB Variations
Color information
#552DBF (or 0x552DBF) is known color: Purple Heart. HEX triplet: 55, 2D and BF. RGB value is (85,45,191). Sum of RGB (Red+Green+Blue) = 85+45+191=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #552DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DBF is #AAD240. Grayscale: #494949. Windows color (decimal): -11194945 or 12528981. OLE color: 12528981.
HSL color Cylindrical-coordinate representation of color #552DBF: hue angle of 256.44º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552DBF is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 45 | 191 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.25 |
| HSL | 256.44º | 0.62% | 0.46% | - |
| HSV(B) | 256.44º | 0.76% | 0.75% | - |
| XYZ | 14.09 | 7.57 | 50.01 | - |
| YUV | 73.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 191 | 0.55 | 0.76 | 0 | 0.25 | 256.44 | 0.62 | 0.46 |
| Hex | 55 | 2D | BF | 37 | 4C | 0 | 19 | 100 | 3E | 2E |
| Octal | 125 | 55 | 277 | 67 | 114 | 0 | 31 | 400 | 76 | 56 |
| Binary | 1010101 | 101101 | 10111111 | 110111 | 1001100 | 0 | 11001 | 100000000 | 111110 | 101110 |
Color Harmonies of #552DBF
Complementary color
Monochromatic Colors of #552DBF
Black with #552DBF
Text Example
Text Example
White with #552DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DBF; }
p { color: rgb(85,45,191); }
H1.HeaderClassName
{
color: #552DBF;
}
.AnyTagClassName
{
color: #552DBF;
}
</style>
background-color css
<style>
a { background-color: #552DBF; }
a { background-color: rgb(85,45,191); }
div.DivClassName
{
background-color: #552DBF;
}
.BgClassName
{
background-color: #552DBF;
}
</style>
border-color css
<style>
span { border-color: #552DBF; }
span { border-color: rgb(85,45,191); }
td.TdClassName
{
border-color: #552DBF;
}
.TagClassName
{
border-color: #552DBF;
}
</style>