Shades of Purple Heart #552FCF
Tints of Purple Heart #552FCF
RGB
CMYK
RGB Variations
Color information
#552FCF (or 0x552FCF) is known color: Purple Heart. HEX triplet: 55, 2F and CF. RGB value is (85,47,207). Sum of RGB (Red+Green+Blue) = 85+47+207=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #552FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FCF is #AAD030. Grayscale: #4C4C4C. Windows color (decimal): -11194417 or 13578069. OLE color: 13578069.
HSL color Cylindrical-coordinate representation of color #552FCF: hue angle of 254.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552FCF is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 47 | 207 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.19 |
| HSL | 254.25º | 0.63% | 0.5% | - |
| HSV(B) | 254.25º | 0.77% | 0.81% | - |
| XYZ | 16.03 | 8.47 | 59.82 | - |
| YUV | 76.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 207 | 0.59 | 0.77 | 0 | 0.19 | 254.25 | 0.63 | 0.5 |
| Hex | 55 | 2F | CF | 3B | 4D | 0 | 13 | FE | 3F | 32 |
| Octal | 125 | 57 | 317 | 73 | 115 | 0 | 23 | 376 | 77 | 62 |
| Binary | 1010101 | 101111 | 11001111 | 111011 | 1001101 | 0 | 10011 | 11111110 | 111111 | 110010 |
Color Harmonies of #552FCF
Complementary color
Monochromatic Colors of #552FCF
Black with #552FCF
Text Example
Text Example
White with #552FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FCF; }
p { color: rgb(85,47,207); }
H1.HeaderClassName
{
color: #552FCF;
}
.AnyTagClassName
{
color: #552FCF;
}
</style>
background-color css
<style>
a { background-color: #552FCF; }
a { background-color: rgb(85,47,207); }
div.DivClassName
{
background-color: #552FCF;
}
.BgClassName
{
background-color: #552FCF;
}
</style>
border-color css
<style>
span { border-color: #552FCF; }
span { border-color: rgb(85,47,207); }
td.TdClassName
{
border-color: #552FCF;
}
.TagClassName
{
border-color: #552FCF;
}
</style>