Shades of Purple Heart #5629B3
Tints of Purple Heart #5629B3
RGB
CMYK
RGB Variations
Color information
#5629B3 (or 0x5629B3) is known color: Purple Heart. HEX triplet: 56, 29 and B3. RGB value is (86,41,179). Sum of RGB (Red+Green+Blue) = 86+41+179=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #5629B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5629B3 is #A9D64C. Grayscale: #454545. Windows color (decimal): -11130445 or 11741526. OLE color: 11741526.
HSL color Cylindrical-coordinate representation of color #5629B3: hue angle of 259.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5629B3 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 41 | 179 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.30 |
| HSL | 259.57º | 0.63% | 0.43% | - |
| HSV(B) | 259.57º | 0.77% | 0.7% | - |
| XYZ | 12.77 | 6.82 | 43.29 | - |
| YUV | 70.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 179 | 0.52 | 0.77 | 0 | 0.30 | 259.57 | 0.63 | 0.43 |
| Hex | 56 | 29 | B3 | 34 | 4D | 0 | 1E | 104 | 3F | 2B |
| Octal | 126 | 51 | 263 | 64 | 115 | 0 | 36 | 404 | 77 | 53 |
| Binary | 1010110 | 101001 | 10110011 | 110100 | 1001101 | 0 | 11110 | 100000100 | 111111 | 101011 |
Color Harmonies of #5629B3
Complementary color
Monochromatic Colors of #5629B3
Black with #5629B3
Text Example
Text Example
White with #5629B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5629B3; }
p { color: rgb(86,41,179); }
H1.HeaderClassName
{
color: #5629B3;
}
.AnyTagClassName
{
color: #5629B3;
}
</style>
background-color css
<style>
a { background-color: #5629B3; }
a { background-color: rgb(86,41,179); }
div.DivClassName
{
background-color: #5629B3;
}
.BgClassName
{
background-color: #5629B3;
}
</style>
border-color css
<style>
span { border-color: #5629B3; }
span { border-color: rgb(86,41,179); }
td.TdClassName
{
border-color: #5629B3;
}
.TagClassName
{
border-color: #5629B3;
}
</style>