Shades of Purple Heart #5400BC
Tints of Purple Heart #5400BC
RGB
CMYK
RGB Variations
Color information
#5400BC (or 0x5400BC) is known color: Purple Heart. HEX triplet: 54, 00 and BC. RGB value is (84,0,188). Sum of RGB (Red+Green+Blue) = 84+0+188=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #5400BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400BC is #ABFF43. Grayscale: #2D2D2D. Windows color (decimal): -11272004 or 12320852. OLE color: 12320852.
HSL color Cylindrical-coordinate representation of color #5400BC: hue angle of 266.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400BC is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 0 | 188 | - |
| CMYK | 0.55 | 1 | 0 | 0.26 |
| HSL | 266.81º | 1% | 0.37% | - |
| HSV(B) | 266.81º | 1% | 0.74% | - |
| XYZ | 12.73 | 5.52 | 47.97 | - |
| YUV | 46.55 | 207.83 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 188 | 0.55 | 1 | 0 | 0.26 | 266.81 | 1 | 0.37 |
| Hex | 54 | 0 | BC | 37 | 64 | 0 | 1A | 10B | 64 | 25 |
| Octal | 124 | 0 | 274 | 67 | 144 | 0 | 32 | 413 | 144 | 45 |
| Binary | 1010100 | 0 | 10111100 | 110111 | 1100100 | 0 | 11010 | 100001011 | 1100100 | 100101 |
Color Harmonies of #5400BC
Complementary color
Monochromatic Colors of #5400BC
Black with #5400BC
Text Example
Text Example
White with #5400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400BC; }
p { color: rgb(84,0,188); }
H1.HeaderClassName
{
color: #5400BC;
}
.AnyTagClassName
{
color: #5400BC;
}
</style>
background-color css
<style>
a { background-color: #5400BC; }
a { background-color: rgb(84,0,188); }
div.DivClassName
{
background-color: #5400BC;
}
.BgClassName
{
background-color: #5400BC;
}
</style>
border-color css
<style>
span { border-color: #5400BC; }
span { border-color: rgb(84,0,188); }
td.TdClassName
{
border-color: #5400BC;
}
.TagClassName
{
border-color: #5400BC;
}
</style>