Shades of Purple Heart #5625CF
Tints of Purple Heart #5625CF
RGB
CMYK
RGB Variations
Color information
#5625CF (or 0x5625CF) is known color: Purple Heart. HEX triplet: 56, 25 and CF. RGB value is (86,37,207). Sum of RGB (Red+Green+Blue) = 86+37+207=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #5625CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5625CF is #A9DA30. Grayscale: #464646. Windows color (decimal): -11131441 or 13575510. OLE color: 13575510.
HSL color Cylindrical-coordinate representation of color #5625CF: hue angle of 257.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5625CF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 37 | 207 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.19 |
| HSL | 257.29º | 0.7% | 0.48% | - |
| HSV(B) | 257.29º | 0.82% | 0.81% | - |
| XYZ | 15.76 | 7.81 | 59.71 | - |
| YUV | 71.03 | 204.73 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 207 | 0.58 | 0.82 | 0 | 0.19 | 257.29 | 0.7 | 0.48 |
| Hex | 56 | 25 | CF | 3A | 52 | 0 | 13 | 101 | 46 | 30 |
| Octal | 126 | 45 | 317 | 72 | 122 | 0 | 23 | 401 | 106 | 60 |
| Binary | 1010110 | 100101 | 11001111 | 111010 | 1010010 | 0 | 10011 | 100000001 | 1000110 | 110000 |
Color Harmonies of #5625CF
Complementary color
Monochromatic Colors of #5625CF
Black with #5625CF
Text Example
Text Example
White with #5625CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5625CF; }
p { color: rgb(86,37,207); }
H1.HeaderClassName
{
color: #5625CF;
}
.AnyTagClassName
{
color: #5625CF;
}
</style>
background-color css
<style>
a { background-color: #5625CF; }
a { background-color: rgb(86,37,207); }
div.DivClassName
{
background-color: #5625CF;
}
.BgClassName
{
background-color: #5625CF;
}
</style>
border-color css
<style>
span { border-color: #5625CF; }
span { border-color: rgb(86,37,207); }
td.TdClassName
{
border-color: #5625CF;
}
.TagClassName
{
border-color: #5625CF;
}
</style>