Shades of Purple Heart #540FB1
Tints of Purple Heart #540FB1
RGB
CMYK
RGB Variations
Color information
#540FB1 (or 0x540FB1) is known color: Purple Heart. HEX triplet: 54, 0F and B1. RGB value is (84,15,177). Sum of RGB (Red+Green+Blue) = 84+15+177=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #540FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540FB1 is #ABF04E. Grayscale: #353535. Windows color (decimal): -11268175 or 11603796. OLE color: 11603796.
HSL color Cylindrical-coordinate representation of color #540FB1: hue angle of 265.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540FB1 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 15 | 177 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.31 |
| HSL | 265.56º | 0.84% | 0.38% | - |
| HSV(B) | 265.56º | 0.92% | 0.69% | - |
| XYZ | 11.76 | 5.4 | 42.02 | - |
| YUV | 54.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 177 | 0.53 | 0.92 | 0 | 0.31 | 265.56 | 0.84 | 0.38 |
| Hex | 54 | F | B1 | 35 | 5C | 0 | 1F | 10A | 54 | 26 |
| Octal | 124 | 17 | 261 | 65 | 134 | 0 | 37 | 412 | 124 | 46 |
| Binary | 1010100 | 1111 | 10110001 | 110101 | 1011100 | 0 | 11111 | 100001010 | 1010100 | 100110 |
Color Harmonies of #540FB1
Complementary color
Monochromatic Colors of #540FB1
Black with #540FB1
Text Example
Text Example
White with #540FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FB1; }
p { color: rgb(84,15,177); }
H1.HeaderClassName
{
color: #540FB1;
}
.AnyTagClassName
{
color: #540FB1;
}
</style>
background-color css
<style>
a { background-color: #540FB1; }
a { background-color: rgb(84,15,177); }
div.DivClassName
{
background-color: #540FB1;
}
.BgClassName
{
background-color: #540FB1;
}
</style>
border-color css
<style>
span { border-color: #540FB1; }
span { border-color: rgb(84,15,177); }
td.TdClassName
{
border-color: #540FB1;
}
.TagClassName
{
border-color: #540FB1;
}
</style>