Shades of Purple Heart #552ABC
Tints of Purple Heart #552ABC
RGB
CMYK
RGB Variations
Color information
#552ABC (or 0x552ABC) is known color: Purple Heart. HEX triplet: 55, 2A and BC. RGB value is (85,42,188). Sum of RGB (Red+Green+Blue) = 85+42+188=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #552ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ABC is #AAD543. Grayscale: #464646. Windows color (decimal): -11195716 or 12331605. OLE color: 12331605.
HSL color Cylindrical-coordinate representation of color #552ABC: hue angle of 257.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552ABC is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 42 | 188 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.26 |
| HSL | 257.67º | 0.63% | 0.45% | - |
| HSV(B) | 257.67º | 0.78% | 0.74% | - |
| XYZ | 13.65 | 7.22 | 48.25 | - |
| YUV | 71.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 188 | 0.55 | 0.78 | 0 | 0.26 | 257.67 | 0.63 | 0.45 |
| Hex | 55 | 2A | BC | 37 | 4E | 0 | 1A | 102 | 3F | 2D |
| Octal | 125 | 52 | 274 | 67 | 116 | 0 | 32 | 402 | 77 | 55 |
| Binary | 1010101 | 101010 | 10111100 | 110111 | 1001110 | 0 | 11010 | 100000010 | 111111 | 101101 |
Color Harmonies of #552ABC
Complementary color
Monochromatic Colors of #552ABC
Black with #552ABC
Text Example
Text Example
White with #552ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552ABC; }
p { color: rgb(85,42,188); }
H1.HeaderClassName
{
color: #552ABC;
}
.AnyTagClassName
{
color: #552ABC;
}
</style>
background-color css
<style>
a { background-color: #552ABC; }
a { background-color: rgb(85,42,188); }
div.DivClassName
{
background-color: #552ABC;
}
.BgClassName
{
background-color: #552ABC;
}
</style>
border-color css
<style>
span { border-color: #552ABC; }
span { border-color: rgb(85,42,188); }
td.TdClassName
{
border-color: #552ABC;
}
.TagClassName
{
border-color: #552ABC;
}
</style>