Shades of Purple Heart #5407B6
Tints of Purple Heart #5407B6
RGB
CMYK
RGB Variations
Color information
#5407B6 (or 0x5407B6) is known color: Purple Heart. HEX triplet: 54, 07 and B6. RGB value is (84,7,182). Sum of RGB (Red+Green+Blue) = 84+7+182=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #5407B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407B6 is #ABF849. Grayscale: #313131. Windows color (decimal): -11270218 or 11929428. OLE color: 11929428.
HSL color Cylindrical-coordinate representation of color #5407B6: hue angle of 266.4º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5407B6 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 7 | 182 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.29 |
| HSL | 266.4º | 0.93% | 0.37% | - |
| HSV(B) | 266.4º | 0.96% | 0.71% | - |
| XYZ | 12.18 | 5.41 | 44.66 | - |
| YUV | 49.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 182 | 0.54 | 0.96 | 0 | 0.29 | 266.4 | 0.93 | 0.37 |
| Hex | 54 | 7 | B6 | 36 | 60 | 0 | 1D | 10A | 5D | 25 |
| Octal | 124 | 7 | 266 | 66 | 140 | 0 | 35 | 412 | 135 | 45 |
| Binary | 1010100 | 111 | 10110110 | 110110 | 1100000 | 0 | 11101 | 100001010 | 1011101 | 100101 |
Color Harmonies of #5407B6
Complementary color
Monochromatic Colors of #5407B6
Black with #5407B6
Text Example
Text Example
White with #5407B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407B6; }
p { color: rgb(84,7,182); }
H1.HeaderClassName
{
color: #5407B6;
}
.AnyTagClassName
{
color: #5407B6;
}
</style>
background-color css
<style>
a { background-color: #5407B6; }
a { background-color: rgb(84,7,182); }
div.DivClassName
{
background-color: #5407B6;
}
.BgClassName
{
background-color: #5407B6;
}
</style>
border-color css
<style>
span { border-color: #5407B6; }
span { border-color: rgb(84,7,182); }
td.TdClassName
{
border-color: #5407B6;
}
.TagClassName
{
border-color: #5407B6;
}
</style>