Shades of Purple Heart #5522CF
Tints of Purple Heart #5522CF
RGB
CMYK
RGB Variations
Color information
#5522CF (or 0x5522CF) is known color: Purple Heart. HEX triplet: 55, 22 and CF. RGB value is (85,34,207). Sum of RGB (Red+Green+Blue) = 85+34+207=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #5522CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522CF is #AADD30. Grayscale: #444444. Windows color (decimal): -11197745 or 13574741. OLE color: 13574741.
HSL color Cylindrical-coordinate representation of color #5522CF: hue angle of 257.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5522CF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 34 | 207 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.19 |
| HSL | 257.69º | 0.72% | 0.47% | - |
| HSV(B) | 257.69º | 0.84% | 0.81% | - |
| XYZ | 15.58 | 7.58 | 59.67 | - |
| YUV | 68.97 | 205.9 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 207 | 0.59 | 0.84 | 0 | 0.19 | 257.69 | 0.72 | 0.47 |
| Hex | 55 | 22 | CF | 3B | 54 | 0 | 13 | 102 | 48 | 2F |
| Octal | 125 | 42 | 317 | 73 | 124 | 0 | 23 | 402 | 110 | 57 |
| Binary | 1010101 | 100010 | 11001111 | 111011 | 1010100 | 0 | 10011 | 100000010 | 1001000 | 101111 |
Color Harmonies of #5522CF
Complementary color
Monochromatic Colors of #5522CF
Black with #5522CF
Text Example
Text Example
White with #5522CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5522CF; }
p { color: rgb(85,34,207); }
H1.HeaderClassName
{
color: #5522CF;
}
.AnyTagClassName
{
color: #5522CF;
}
</style>
background-color css
<style>
a { background-color: #5522CF; }
a { background-color: rgb(85,34,207); }
div.DivClassName
{
background-color: #5522CF;
}
.BgClassName
{
background-color: #5522CF;
}
</style>
border-color css
<style>
span { border-color: #5522CF; }
span { border-color: rgb(85,34,207); }
td.TdClassName
{
border-color: #5522CF;
}
.TagClassName
{
border-color: #5522CF;
}
</style>