Shades of Purple Heart #5629CF
Tints of Purple Heart #5629CF
RGB
CMYK
RGB Variations
Color information
#5629CF (or 0x5629CF) is known color: Purple Heart. HEX triplet: 56, 29 and CF. RGB value is (86,41,207). Sum of RGB (Red+Green+Blue) = 86+41+207=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #5629CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5629CF is #A9D630. Grayscale: #484848. Windows color (decimal): -11130417 or 13576534. OLE color: 13576534.
HSL color Cylindrical-coordinate representation of color #5629CF: hue angle of 256.27º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5629CF is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 41 | 207 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.19 |
| HSL | 256.27º | 0.67% | 0.49% | - |
| HSV(B) | 256.27º | 0.8% | 0.81% | - |
| XYZ | 15.89 | 8.07 | 59.75 | - |
| YUV | 73.38 | 203.41 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 207 | 0.58 | 0.80 | 0 | 0.19 | 256.27 | 0.67 | 0.49 |
| Hex | 56 | 29 | CF | 3A | 50 | 0 | 13 | 100 | 43 | 31 |
| Octal | 126 | 51 | 317 | 72 | 120 | 0 | 23 | 400 | 103 | 61 |
| Binary | 1010110 | 101001 | 11001111 | 111010 | 1010000 | 0 | 10011 | 100000000 | 1000011 | 110001 |
Color Harmonies of #5629CF
Complementary color
Monochromatic Colors of #5629CF
Black with #5629CF
Text Example
Text Example
White with #5629CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5629CF; }
p { color: rgb(86,41,207); }
H1.HeaderClassName
{
color: #5629CF;
}
.AnyTagClassName
{
color: #5629CF;
}
</style>
background-color css
<style>
a { background-color: #5629CF; }
a { background-color: rgb(86,41,207); }
div.DivClassName
{
background-color: #5629CF;
}
.BgClassName
{
background-color: #5629CF;
}
</style>
border-color css
<style>
span { border-color: #5629CF; }
span { border-color: rgb(86,41,207); }
td.TdClassName
{
border-color: #5629CF;
}
.TagClassName
{
border-color: #5629CF;
}
</style>