Shades of Purple Heart #5607BD
Tints of Purple Heart #5607BD
RGB
CMYK
RGB Variations
Color information
#5607BD (or 0x5607BD) is known color: Purple Heart. HEX triplet: 56, 07 and BD. RGB value is (86,7,189). Sum of RGB (Red+Green+Blue) = 86+7+189=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #5607BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5607BD is #A9F842. Grayscale: #323232. Windows color (decimal): -11139139 or 12388182. OLE color: 12388182.
HSL color Cylindrical-coordinate representation of color #5607BD: hue angle of 266.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5607BD is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 7 | 189 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.26 |
| HSL | 266.04º | 0.93% | 0.38% | - |
| HSV(B) | 266.04º | 0.96% | 0.74% | - |
| XYZ | 13.1 | 5.8 | 48.57 | - |
| YUV | 51.37 | 205.67 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 189 | 0.54 | 0.96 | 0 | 0.26 | 266.04 | 0.93 | 0.38 |
| Hex | 56 | 7 | BD | 36 | 60 | 0 | 1A | 10A | 5D | 26 |
| Octal | 126 | 7 | 275 | 66 | 140 | 0 | 32 | 412 | 135 | 46 |
| Binary | 1010110 | 111 | 10111101 | 110110 | 1100000 | 0 | 11010 | 100001010 | 1011101 | 100110 |
Color Harmonies of #5607BD
Complementary color
Monochromatic Colors of #5607BD
Black with #5607BD
Text Example
Text Example
White with #5607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607BD; }
p { color: rgb(86,7,189); }
H1.HeaderClassName
{
color: #5607BD;
}
.AnyTagClassName
{
color: #5607BD;
}
</style>
background-color css
<style>
a { background-color: #5607BD; }
a { background-color: rgb(86,7,189); }
div.DivClassName
{
background-color: #5607BD;
}
.BgClassName
{
background-color: #5607BD;
}
</style>
border-color css
<style>
span { border-color: #5607BD; }
span { border-color: rgb(86,7,189); }
td.TdClassName
{
border-color: #5607BD;
}
.TagClassName
{
border-color: #5607BD;
}
</style>