Shades of Purple Heart #540BB8
Tints of Purple Heart #540BB8
RGB
CMYK
RGB Variations
Color information
#540BB8 (or 0x540BB8) is known color: Purple Heart. HEX triplet: 54, 0B and B8. RGB value is (84,11,184). Sum of RGB (Red+Green+Blue) = 84+11+184=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #540BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BB8 is #ABF447. Grayscale: #333333. Windows color (decimal): -11269192 or 12061524. OLE color: 12061524.
HSL color Cylindrical-coordinate representation of color #540BB8: hue angle of 265.32º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BB8 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 11 | 184 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.28 |
| HSL | 265.32º | 0.89% | 0.38% | - |
| HSV(B) | 265.32º | 0.94% | 0.72% | - |
| XYZ | 12.43 | 5.58 | 45.77 | - |
| YUV | 52.55 | 202.18 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 184 | 0.54 | 0.94 | 0 | 0.28 | 265.32 | 0.89 | 0.38 |
| Hex | 54 | B | B8 | 36 | 5E | 0 | 1C | 109 | 59 | 26 |
| Octal | 124 | 13 | 270 | 66 | 136 | 0 | 34 | 411 | 131 | 46 |
| Binary | 1010100 | 1011 | 10111000 | 110110 | 1011110 | 0 | 11100 | 100001001 | 1011001 | 100110 |
Color Harmonies of #540BB8
Complementary color
Monochromatic Colors of #540BB8
Black with #540BB8
Text Example
Text Example
White with #540BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BB8; }
p { color: rgb(84,11,184); }
H1.HeaderClassName
{
color: #540BB8;
}
.AnyTagClassName
{
color: #540BB8;
}
</style>
background-color css
<style>
a { background-color: #540BB8; }
a { background-color: rgb(84,11,184); }
div.DivClassName
{
background-color: #540BB8;
}
.BgClassName
{
background-color: #540BB8;
}
</style>
border-color css
<style>
span { border-color: #540BB8; }
span { border-color: rgb(84,11,184); }
td.TdClassName
{
border-color: #540BB8;
}
.TagClassName
{
border-color: #540BB8;
}
</style>