Shades of Purple Heart #5521CF
Tints of Purple Heart #5521CF
RGB
CMYK
RGB Variations
Color information
#5521CF (or 0x5521CF) is known color: Purple Heart. HEX triplet: 55, 21 and CF. RGB value is (85,33,207). Sum of RGB (Red+Green+Blue) = 85+33+207=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #5521CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521CF is #AADE30. Grayscale: #434343. Windows color (decimal): -11198001 or 13574485. OLE color: 13574485.
HSL color Cylindrical-coordinate representation of color #5521CF: hue angle of 257.93º degrees, saturation: 0.73, 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 #5521CF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 33 | 207 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.19 |
| HSL | 257.93º | 0.73% | 0.47% | - |
| HSV(B) | 257.93º | 0.84% | 0.81% | - |
| XYZ | 15.55 | 7.52 | 59.66 | - |
| YUV | 68.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 207 | 0.59 | 0.84 | 0 | 0.19 | 257.93 | 0.73 | 0.47 |
| Hex | 55 | 21 | CF | 3B | 54 | 0 | 13 | 102 | 48 | 2F |
| Octal | 125 | 41 | 317 | 73 | 124 | 0 | 23 | 402 | 110 | 57 |
| Binary | 1010101 | 100001 | 11001111 | 111011 | 1010100 | 0 | 10011 | 100000010 | 1001000 | 101111 |
Color Harmonies of #5521CF
Complementary color
Monochromatic Colors of #5521CF
Black with #5521CF
Text Example
Text Example
White with #5521CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5521CF; }
p { color: rgb(85,33,207); }
H1.HeaderClassName
{
color: #5521CF;
}
.AnyTagClassName
{
color: #5521CF;
}
</style>
background-color css
<style>
a { background-color: #5521CF; }
a { background-color: rgb(85,33,207); }
div.DivClassName
{
background-color: #5521CF;
}
.BgClassName
{
background-color: #5521CF;
}
</style>
border-color css
<style>
span { border-color: #5521CF; }
span { border-color: rgb(85,33,207); }
td.TdClassName
{
border-color: #5521CF;
}
.TagClassName
{
border-color: #5521CF;
}
</style>