Shades of Purple Heart #5625B9
Tints of Purple Heart #5625B9
RGB
CMYK
RGB Variations
Color information
#5625B9 (or 0x5625B9) is known color: Purple Heart. HEX triplet: 56, 25 and B9. RGB value is (86,37,185). Sum of RGB (Red+Green+Blue) = 86+37+185=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #5625B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5625B9 is #A9DA46. Grayscale: #434343. Windows color (decimal): -11131463 or 12133718. OLE color: 12133718.
HSL color Cylindrical-coordinate representation of color #5625B9: hue angle of 259.86º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5625B9 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 37 | 185 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.27 |
| HSL | 259.86º | 0.67% | 0.44% | - |
| HSV(B) | 259.86º | 0.8% | 0.73% | - |
| XYZ | 13.26 | 6.8 | 46.51 | - |
| YUV | 68.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 185 | 0.54 | 0.80 | 0 | 0.27 | 259.86 | 0.67 | 0.44 |
| Hex | 56 | 25 | B9 | 36 | 50 | 0 | 1B | 104 | 43 | 2C |
| Octal | 126 | 45 | 271 | 66 | 120 | 0 | 33 | 404 | 103 | 54 |
| Binary | 1010110 | 100101 | 10111001 | 110110 | 1010000 | 0 | 11011 | 100000100 | 1000011 | 101100 |
Color Harmonies of #5625B9
Complementary color
Monochromatic Colors of #5625B9
Black with #5625B9
Text Example
Text Example
White with #5625B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5625B9; }
p { color: rgb(86,37,185); }
H1.HeaderClassName
{
color: #5625B9;
}
.AnyTagClassName
{
color: #5625B9;
}
</style>
background-color css
<style>
a { background-color: #5625B9; }
a { background-color: rgb(86,37,185); }
div.DivClassName
{
background-color: #5625B9;
}
.BgClassName
{
background-color: #5625B9;
}
</style>
border-color css
<style>
span { border-color: #5625B9; }
span { border-color: rgb(86,37,185); }
td.TdClassName
{
border-color: #5625B9;
}
.TagClassName
{
border-color: #5625B9;
}
</style>