Shades of Purple Heart #540FB2
Tints of Purple Heart #540FB2
RGB
CMYK
RGB Variations
Color information
#540FB2 (or 0x540FB2) is known color: Purple Heart. HEX triplet: 54, 0F and B2. RGB value is (84,15,178). Sum of RGB (Red+Green+Blue) = 84+15+178=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 178 (69.92% from 255 or 64.26% from 277); Max value from RGB is 178 - color contains mainly: blue. Hex color #540FB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540FB2 is #ABF04D. Grayscale: #353535. Windows color (decimal): -11268174 or 11669332. OLE color: 11669332.
HSL color Cylindrical-coordinate representation of color #540FB2: hue angle of 265.4º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540FB2 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 15 | 178 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.30 |
| HSL | 265.4º | 0.84% | 0.38% | - |
| HSV(B) | 265.4º | 0.92% | 0.7% | - |
| XYZ | 11.86 | 5.44 | 42.54 | - |
| YUV | 54.21 | 197.86 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 178 | 0.53 | 0.92 | 0 | 0.30 | 265.4 | 0.84 | 0.38 |
| Hex | 54 | F | B2 | 35 | 5C | 0 | 1E | 109 | 54 | 26 |
| Octal | 124 | 17 | 262 | 65 | 134 | 0 | 36 | 411 | 124 | 46 |
| Binary | 1010100 | 1111 | 10110010 | 110101 | 1011100 | 0 | 11110 | 100001001 | 1010100 | 100110 |
Color Harmonies of #540FB2
Complementary color
Monochromatic Colors of #540FB2
Black with #540FB2
Text Example
Text Example
White with #540FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FB2; }
p { color: rgb(84,15,178); }
H1.HeaderClassName
{
color: #540FB2;
}
.AnyTagClassName
{
color: #540FB2;
}
</style>
background-color css
<style>
a { background-color: #540FB2; }
a { background-color: rgb(84,15,178); }
div.DivClassName
{
background-color: #540FB2;
}
.BgClassName
{
background-color: #540FB2;
}
</style>
border-color css
<style>
span { border-color: #540FB2; }
span { border-color: rgb(84,15,178); }
td.TdClassName
{
border-color: #540FB2;
}
.TagClassName
{
border-color: #540FB2;
}
</style>