Shades of Purple Heart #5407B7
Tints of Purple Heart #5407B7
RGB
CMYK
RGB Variations
Color information
#5407B7 (or 0x5407B7) is known color: Purple Heart. HEX triplet: 54, 07 and B7. RGB value is (84,7,183). Sum of RGB (Red+Green+Blue) = 84+7+183=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 183 (71.88% from 255 or 66.79% from 274); Max value from RGB is 183 - color contains mainly: blue. Hex color #5407B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407B7 is #ABF848. Grayscale: #313131. Windows color (decimal): -11270217 or 11994964. OLE color: 11994964.
HSL color Cylindrical-coordinate representation of color #5407B7: hue angle of 266.25º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5407B7 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 7 | 183 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.28 |
| HSL | 266.25º | 0.93% | 0.37% | - |
| HSV(B) | 266.25º | 0.96% | 0.72% | - |
| XYZ | 12.28 | 5.46 | 45.21 | - |
| YUV | 50.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 183 | 0.54 | 0.96 | 0 | 0.28 | 266.25 | 0.93 | 0.37 |
| Hex | 54 | 7 | B7 | 36 | 60 | 0 | 1C | 10A | 5D | 25 |
| Octal | 124 | 7 | 267 | 66 | 140 | 0 | 34 | 412 | 135 | 45 |
| Binary | 1010100 | 111 | 10110111 | 110110 | 1100000 | 0 | 11100 | 100001010 | 1011101 | 100101 |
Color Harmonies of #5407B7
Complementary color
Monochromatic Colors of #5407B7
Black with #5407B7
Text Example
Text Example
White with #5407B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407B7; }
p { color: rgb(84,7,183); }
H1.HeaderClassName
{
color: #5407B7;
}
.AnyTagClassName
{
color: #5407B7;
}
</style>
background-color css
<style>
a { background-color: #5407B7; }
a { background-color: rgb(84,7,183); }
div.DivClassName
{
background-color: #5407B7;
}
.BgClassName
{
background-color: #5407B7;
}
</style>
border-color css
<style>
span { border-color: #5407B7; }
span { border-color: rgb(84,7,183); }
td.TdClassName
{
border-color: #5407B7;
}
.TagClassName
{
border-color: #5407B7;
}
</style>