Shades of Purple Heart #5603BD
Tints of Purple Heart #5603BD
RGB
CMYK
RGB Variations
Color information
#5603BD (or 0x5603BD) is known color: Purple Heart. HEX triplet: 56, 03 and BD. RGB value is (86,3,189). Sum of RGB (Red+Green+Blue) = 86+3+189=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #5603BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5603BD is #A9FC42. Grayscale: #303030. Windows color (decimal): -11140163 or 12387158. OLE color: 12387158.
HSL color Cylindrical-coordinate representation of color #5603BD: hue angle of 266.77º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5603BD is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 3 | 189 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.26 |
| HSL | 266.77º | 0.97% | 0.38% | - |
| HSV(B) | 266.77º | 0.98% | 0.74% | - |
| XYZ | 13.06 | 5.72 | 48.56 | - |
| YUV | 49.02 | 207 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 189 | 0.54 | 0.98 | 0 | 0.26 | 266.77 | 0.97 | 0.38 |
| Hex | 56 | 3 | BD | 36 | 62 | 0 | 1A | 10B | 61 | 26 |
| Octal | 126 | 3 | 275 | 66 | 142 | 0 | 32 | 413 | 141 | 46 |
| Binary | 1010110 | 11 | 10111101 | 110110 | 1100010 | 0 | 11010 | 100001011 | 1100001 | 100110 |
Color Harmonies of #5603BD
Complementary color
Monochromatic Colors of #5603BD
Black with #5603BD
Text Example
Text Example
White with #5603BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5603BD; }
p { color: rgb(86,3,189); }
H1.HeaderClassName
{
color: #5603BD;
}
.AnyTagClassName
{
color: #5603BD;
}
</style>
background-color css
<style>
a { background-color: #5603BD; }
a { background-color: rgb(86,3,189); }
div.DivClassName
{
background-color: #5603BD;
}
.BgClassName
{
background-color: #5603BD;
}
</style>
border-color css
<style>
span { border-color: #5603BD; }
span { border-color: rgb(86,3,189); }
td.TdClassName
{
border-color: #5603BD;
}
.TagClassName
{
border-color: #5603BD;
}
</style>