Shades of Purple Heart #552DC5
Tints of Purple Heart #552DC5
RGB
CMYK
RGB Variations
Color information
#552DC5 (or 0x552DC5) is known color: Purple Heart. HEX triplet: 55, 2D and C5. RGB value is (85,45,197). Sum of RGB (Red+Green+Blue) = 85+45+197=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #552DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DC5 is #AAD23A. Grayscale: #494949. Windows color (decimal): -11194939 or 12922197. OLE color: 12922197.
HSL color Cylindrical-coordinate representation of color #552DC5: hue angle of 255.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552DC5 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 45 | 197 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.23 |
| HSL | 255.79º | 0.63% | 0.47% | - |
| HSV(B) | 255.79º | 0.77% | 0.77% | - |
| XYZ | 14.76 | 7.84 | 53.56 | - |
| YUV | 74.29 | 197.25 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 197 | 0.57 | 0.77 | 0 | 0.23 | 255.79 | 0.63 | 0.47 |
| Hex | 55 | 2D | C5 | 39 | 4D | 0 | 17 | 100 | 3F | 2F |
| Octal | 125 | 55 | 305 | 71 | 115 | 0 | 27 | 400 | 77 | 57 |
| Binary | 1010101 | 101101 | 11000101 | 111001 | 1001101 | 0 | 10111 | 100000000 | 111111 | 101111 |
Color Harmonies of #552DC5
Complementary color
Monochromatic Colors of #552DC5
Black with #552DC5
Text Example
Text Example
White with #552DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DC5; }
p { color: rgb(85,45,197); }
H1.HeaderClassName
{
color: #552DC5;
}
.AnyTagClassName
{
color: #552DC5;
}
</style>
background-color css
<style>
a { background-color: #552DC5; }
a { background-color: rgb(85,45,197); }
div.DivClassName
{
background-color: #552DC5;
}
.BgClassName
{
background-color: #552DC5;
}
</style>
border-color css
<style>
span { border-color: #552DC5; }
span { border-color: rgb(85,45,197); }
td.TdClassName
{
border-color: #552DC5;
}
.TagClassName
{
border-color: #552DC5;
}
</style>