Shades of Purple Heart #5426BB
Tints of Purple Heart #5426BB
RGB
CMYK
RGB Variations
Color information
#5426BB (or 0x5426BB) is known color: Purple Heart. HEX triplet: 54, 26 and BB. RGB value is (84,38,187). Sum of RGB (Red+Green+Blue) = 84+38+187=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #5426BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426BB is #ABD944. Grayscale: #444444. Windows color (decimal): -11262277 or 12265044. OLE color: 12265044.
HSL color Cylindrical-coordinate representation of color #5426BB: hue angle of 258.52º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5426BB is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 38 | 187 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.27 |
| HSL | 258.52º | 0.66% | 0.44% | - |
| HSV(B) | 258.52º | 0.8% | 0.73% | - |
| XYZ | 13.32 | 6.86 | 47.64 | - |
| YUV | 68.74 | 194.74 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 187 | 0.55 | 0.80 | 0 | 0.27 | 258.52 | 0.66 | 0.44 |
| Hex | 54 | 26 | BB | 37 | 50 | 0 | 1B | 103 | 42 | 2C |
| Octal | 124 | 46 | 273 | 67 | 120 | 0 | 33 | 403 | 102 | 54 |
| Binary | 1010100 | 100110 | 10111011 | 110111 | 1010000 | 0 | 11011 | 100000011 | 1000010 | 101100 |
Color Harmonies of #5426BB
Complementary color
Monochromatic Colors of #5426BB
Black with #5426BB
Text Example
Text Example
White with #5426BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426BB; }
p { color: rgb(84,38,187); }
H1.HeaderClassName
{
color: #5426BB;
}
.AnyTagClassName
{
color: #5426BB;
}
</style>
background-color css
<style>
a { background-color: #5426BB; }
a { background-color: rgb(84,38,187); }
div.DivClassName
{
background-color: #5426BB;
}
.BgClassName
{
background-color: #5426BB;
}
</style>
border-color css
<style>
span { border-color: #5426BB; }
span { border-color: rgb(84,38,187); }
td.TdClassName
{
border-color: #5426BB;
}
.TagClassName
{
border-color: #5426BB;
}
</style>