Shades of Purple Heart #5403BA
Tints of Purple Heart #5403BA
RGB
CMYK
RGB Variations
Color information
#5403BA (or 0x5403BA) is known color: Purple Heart. HEX triplet: 54, 03 and BA. RGB value is (84,3,186). Sum of RGB (Red+Green+Blue) = 84+3+186=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #5403BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5403BA is #ABFC45. Grayscale: #2F2F2F. Windows color (decimal): -11271238 or 12190548. OLE color: 12190548.
HSL color Cylindrical-coordinate representation of color #5403BA: hue angle of 266.56º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5403BA is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 3 | 186 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.27 |
| HSL | 266.56º | 0.97% | 0.37% | - |
| HSV(B) | 266.56º | 0.98% | 0.73% | - |
| XYZ | 12.55 | 5.5 | 46.85 | - |
| YUV | 48.08 | 205.84 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 186 | 0.55 | 0.98 | 0 | 0.27 | 266.56 | 0.97 | 0.37 |
| Hex | 54 | 3 | BA | 37 | 62 | 0 | 1B | 10B | 61 | 25 |
| Octal | 124 | 3 | 272 | 67 | 142 | 0 | 33 | 413 | 141 | 45 |
| Binary | 1010100 | 11 | 10111010 | 110111 | 1100010 | 0 | 11011 | 100001011 | 1100001 | 100101 |
Color Harmonies of #5403BA
Complementary color
Monochromatic Colors of #5403BA
Black with #5403BA
Text Example
Text Example
White with #5403BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5403BA; }
p { color: rgb(84,3,186); }
H1.HeaderClassName
{
color: #5403BA;
}
.AnyTagClassName
{
color: #5403BA;
}
</style>
background-color css
<style>
a { background-color: #5403BA; }
a { background-color: rgb(84,3,186); }
div.DivClassName
{
background-color: #5403BA;
}
.BgClassName
{
background-color: #5403BA;
}
</style>
border-color css
<style>
span { border-color: #5403BA; }
span { border-color: rgb(84,3,186); }
td.TdClassName
{
border-color: #5403BA;
}
.TagClassName
{
border-color: #5403BA;
}
</style>