Shades of Purple Heart #552FCB
Tints of Purple Heart #552FCB
RGB
CMYK
RGB Variations
Color information
#552FCB (or 0x552FCB) is known color: Purple Heart. HEX triplet: 55, 2F and CB. RGB value is (85,47,203). Sum of RGB (Red+Green+Blue) = 85+47+203=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #552FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FCB is #AAD034. Grayscale: #4B4B4B. Windows color (decimal): -11194421 or 13315925. OLE color: 13315925.
HSL color Cylindrical-coordinate representation of color #552FCB: hue angle of 254.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552FCB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 47 | 203 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.20 |
| HSL | 254.62º | 0.62% | 0.49% | - |
| HSV(B) | 254.62º | 0.77% | 0.8% | - |
| XYZ | 15.54 | 8.28 | 57.28 | - |
| YUV | 76.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 203 | 0.58 | 0.77 | 0 | 0.20 | 254.62 | 0.62 | 0.49 |
| Hex | 55 | 2F | CB | 3A | 4D | 0 | 14 | FF | 3E | 31 |
| Octal | 125 | 57 | 313 | 72 | 115 | 0 | 24 | 377 | 76 | 61 |
| Binary | 1010101 | 101111 | 11001011 | 111010 | 1001101 | 0 | 10100 | 11111111 | 111110 | 110001 |
Color Harmonies of #552FCB
Complementary color
Monochromatic Colors of #552FCB
Black with #552FCB
Text Example
Text Example
White with #552FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FCB; }
p { color: rgb(85,47,203); }
H1.HeaderClassName
{
color: #552FCB;
}
.AnyTagClassName
{
color: #552FCB;
}
</style>
background-color css
<style>
a { background-color: #552FCB; }
a { background-color: rgb(85,47,203); }
div.DivClassName
{
background-color: #552FCB;
}
.BgClassName
{
background-color: #552FCB;
}
</style>
border-color css
<style>
span { border-color: #552FCB; }
span { border-color: rgb(85,47,203); }
td.TdClassName
{
border-color: #552FCB;
}
.TagClassName
{
border-color: #552FCB;
}
</style>