Shades of Purple Heart #552CC6
Tints of Purple Heart #552CC6
RGB
CMYK
RGB Variations
Color information
#552CC6 (or 0x552CC6) is known color: Purple Heart. HEX triplet: 55, 2C and C6. RGB value is (85,44,198). Sum of RGB (Red+Green+Blue) = 85+44+198=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #552CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CC6 is #AAD339. Grayscale: #494949. Windows color (decimal): -11195194 or 12987477. OLE color: 12987477.
HSL color Cylindrical-coordinate representation of color #552CC6: hue angle of 255.97º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552CC6 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 44 | 198 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.22 |
| HSL | 255.97º | 0.64% | 0.47% | - |
| HSV(B) | 255.97º | 0.78% | 0.78% | - |
| XYZ | 14.84 | 7.81 | 54.15 | - |
| YUV | 73.82 | 198.08 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 198 | 0.57 | 0.78 | 0 | 0.22 | 255.97 | 0.64 | 0.47 |
| Hex | 55 | 2C | C6 | 39 | 4E | 0 | 16 | 100 | 40 | 2F |
| Octal | 125 | 54 | 306 | 71 | 116 | 0 | 26 | 400 | 100 | 57 |
| Binary | 1010101 | 101100 | 11000110 | 111001 | 1001110 | 0 | 10110 | 100000000 | 1000000 | 101111 |
Color Harmonies of #552CC6
Complementary color
Monochromatic Colors of #552CC6
Black with #552CC6
Text Example
Text Example
White with #552CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CC6; }
p { color: rgb(85,44,198); }
H1.HeaderClassName
{
color: #552CC6;
}
.AnyTagClassName
{
color: #552CC6;
}
</style>
background-color css
<style>
a { background-color: #552CC6; }
a { background-color: rgb(85,44,198); }
div.DivClassName
{
background-color: #552CC6;
}
.BgClassName
{
background-color: #552CC6;
}
</style>
border-color css
<style>
span { border-color: #552CC6; }
span { border-color: rgb(85,44,198); }
td.TdClassName
{
border-color: #552CC6;
}
.TagClassName
{
border-color: #552CC6;
}
</style>