Shades of Purple Heart #552BC3
Tints of Purple Heart #552BC3
RGB
CMYK
RGB Variations
Color information
#552BC3 (or 0x552BC3) is known color: Purple Heart. HEX triplet: 55, 2B and C3. RGB value is (85,43,195). Sum of RGB (Red+Green+Blue) = 85+43+195=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 195 (76.56% from 255 or 60.37% from 323); Max value from RGB is 195 - color contains mainly: blue. Hex color #552BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BC3 is #AAD43C. Grayscale: #484848. Windows color (decimal): -11195453 or 12790613. OLE color: 12790613.
HSL color Cylindrical-coordinate representation of color #552BC3: hue angle of 256.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552BC3 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 43 | 195 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.24 |
| HSL | 256.58º | 0.64% | 0.47% | - |
| HSV(B) | 256.58º | 0.78% | 0.76% | - |
| XYZ | 14.46 | 7.6 | 52.33 | - |
| YUV | 72.89 | 196.91 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 195 | 0.56 | 0.78 | 0 | 0.24 | 256.58 | 0.64 | 0.47 |
| Hex | 55 | 2B | C3 | 38 | 4E | 0 | 18 | 101 | 40 | 2F |
| Octal | 125 | 53 | 303 | 70 | 116 | 0 | 30 | 401 | 100 | 57 |
| Binary | 1010101 | 101011 | 11000011 | 111000 | 1001110 | 0 | 11000 | 100000001 | 1000000 | 101111 |
Color Harmonies of #552BC3
Complementary color
Monochromatic Colors of #552BC3
Black with #552BC3
Text Example
Text Example
White with #552BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BC3; }
p { color: rgb(85,43,195); }
H1.HeaderClassName
{
color: #552BC3;
}
.AnyTagClassName
{
color: #552BC3;
}
</style>
background-color css
<style>
a { background-color: #552BC3; }
a { background-color: rgb(85,43,195); }
div.DivClassName
{
background-color: #552BC3;
}
.BgClassName
{
background-color: #552BC3;
}
</style>
border-color css
<style>
span { border-color: #552BC3; }
span { border-color: rgb(85,43,195); }
td.TdClassName
{
border-color: #552BC3;
}
.TagClassName
{
border-color: #552BC3;
}
</style>