Shades of Purple Heart #5526C7
Tints of Purple Heart #5526C7
RGB
CMYK
RGB Variations
Color information
#5526C7 (or 0x5526C7) is known color: Purple Heart. HEX triplet: 55, 26 and C7. RGB value is (85,38,199). Sum of RGB (Red+Green+Blue) = 85+38+199=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 199 (78.12% from 255 or 61.80% from 322); Max value from RGB is 199 - color contains mainly: blue. Hex color #5526C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5526C7 is #AAD938. Grayscale: #454545. Windows color (decimal): -11196729 or 13051477. OLE color: 13051477.
HSL color Cylindrical-coordinate representation of color #5526C7: hue angle of 257.52º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5526C7 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 38 | 199 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.22 |
| HSL | 257.52º | 0.68% | 0.46% | - |
| HSV(B) | 257.52º | 0.81% | 0.78% | - |
| XYZ | 14.75 | 7.44 | 54.69 | - |
| YUV | 70.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 199 | 0.57 | 0.81 | 0 | 0.22 | 257.52 | 0.68 | 0.46 |
| Hex | 55 | 26 | C7 | 39 | 51 | 0 | 16 | 102 | 44 | 2E |
| Octal | 125 | 46 | 307 | 71 | 121 | 0 | 26 | 402 | 104 | 56 |
| Binary | 1010101 | 100110 | 11000111 | 111001 | 1010001 | 0 | 10110 | 100000010 | 1000100 | 101110 |
Color Harmonies of #5526C7
Complementary color
Monochromatic Colors of #5526C7
Black with #5526C7
Text Example
Text Example
White with #5526C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526C7; }
p { color: rgb(85,38,199); }
H1.HeaderClassName
{
color: #5526C7;
}
.AnyTagClassName
{
color: #5526C7;
}
</style>
background-color css
<style>
a { background-color: #5526C7; }
a { background-color: rgb(85,38,199); }
div.DivClassName
{
background-color: #5526C7;
}
.BgClassName
{
background-color: #5526C7;
}
</style>
border-color css
<style>
span { border-color: #5526C7; }
span { border-color: rgb(85,38,199); }
td.TdClassName
{
border-color: #5526C7;
}
.TagClassName
{
border-color: #5526C7;
}
</style>