Shades of Purple Heart #5403BF
Tints of Purple Heart #5403BF
RGB
CMYK
RGB Variations
Color information
#5403BF (or 0x5403BF) is known color: Purple Heart. HEX triplet: 54, 03 and BF. RGB value is (84,3,191). Sum of RGB (Red+Green+Blue) = 84+3+191=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #5403BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5403BF is #ABFC40. Grayscale: #2F2F2F. Windows color (decimal): -11271233 or 12518228. OLE color: 12518228.
HSL color Cylindrical-coordinate representation of color #5403BF: hue angle of 265.85º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5403BF is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 3 | 191 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.25 |
| HSL | 265.85º | 0.97% | 0.38% | - |
| HSV(B) | 265.85º | 0.98% | 0.75% | - |
| XYZ | 13.09 | 5.71 | 49.7 | - |
| YUV | 48.65 | 208.34 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 191 | 0.56 | 0.98 | 0 | 0.25 | 265.85 | 0.97 | 0.38 |
| Hex | 54 | 3 | BF | 38 | 62 | 0 | 19 | 10A | 61 | 26 |
| Octal | 124 | 3 | 277 | 70 | 142 | 0 | 31 | 412 | 141 | 46 |
| Binary | 1010100 | 11 | 10111111 | 111000 | 1100010 | 0 | 11001 | 100001010 | 1100001 | 100110 |
Color Harmonies of #5403BF
Complementary color
Monochromatic Colors of #5403BF
Black with #5403BF
Text Example
Text Example
White with #5403BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5403BF; }
p { color: rgb(84,3,191); }
H1.HeaderClassName
{
color: #5403BF;
}
.AnyTagClassName
{
color: #5403BF;
}
</style>
background-color css
<style>
a { background-color: #5403BF; }
a { background-color: rgb(84,3,191); }
div.DivClassName
{
background-color: #5403BF;
}
.BgClassName
{
background-color: #5403BF;
}
</style>
border-color css
<style>
span { border-color: #5403BF; }
span { border-color: rgb(84,3,191); }
td.TdClassName
{
border-color: #5403BF;
}
.TagClassName
{
border-color: #5403BF;
}
</style>