Shades of Purple Heart #5426BF
Tints of Purple Heart #5426BF
RGB
CMYK
RGB Variations
Color information
#5426BF (or 0x5426BF) is known color: Purple Heart. HEX triplet: 54, 26 and BF. RGB value is (84,38,191). Sum of RGB (Red+Green+Blue) = 84+38+191=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #5426BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426BF is #ABD940. Grayscale: #444444. Windows color (decimal): -11262273 or 12527188. OLE color: 12527188.
HSL color Cylindrical-coordinate representation of color #5426BF: hue angle of 258.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5426BF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 38 | 191 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.25 |
| HSL | 258.04º | 0.67% | 0.45% | - |
| HSV(B) | 258.04º | 0.8% | 0.75% | - |
| XYZ | 13.75 | 7.03 | 49.92 | - |
| YUV | 69.2 | 196.74 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 191 | 0.56 | 0.80 | 0 | 0.25 | 258.04 | 0.67 | 0.45 |
| Hex | 54 | 26 | BF | 38 | 50 | 0 | 19 | 102 | 43 | 2D |
| Octal | 124 | 46 | 277 | 70 | 120 | 0 | 31 | 402 | 103 | 55 |
| Binary | 1010100 | 100110 | 10111111 | 111000 | 1010000 | 0 | 11001 | 100000010 | 1000011 | 101101 |
Color Harmonies of #5426BF
Complementary color
Monochromatic Colors of #5426BF
Black with #5426BF
Text Example
Text Example
White with #5426BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426BF; }
p { color: rgb(84,38,191); }
H1.HeaderClassName
{
color: #5426BF;
}
.AnyTagClassName
{
color: #5426BF;
}
</style>
background-color css
<style>
a { background-color: #5426BF; }
a { background-color: rgb(84,38,191); }
div.DivClassName
{
background-color: #5426BF;
}
.BgClassName
{
background-color: #5426BF;
}
</style>
border-color css
<style>
span { border-color: #5426BF; }
span { border-color: rgb(84,38,191); }
td.TdClassName
{
border-color: #5426BF;
}
.TagClassName
{
border-color: #5426BF;
}
</style>