Shades of Purple Heart #5405B9
Tints of Purple Heart #5405B9
RGB
CMYK
RGB Variations
Color information
#5405B9 (or 0x5405B9) is known color: Purple Heart. HEX triplet: 54, 05 and B9. RGB value is (84,5,185). Sum of RGB (Red+Green+Blue) = 84+5+185=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 185 (72.66% from 255 or 67.52% from 274); Max value from RGB is 185 - color contains mainly: blue. Hex color #5405B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5405B9 is #ABFA46. Grayscale: #303030. Windows color (decimal): -11270727 or 12125524. OLE color: 12125524.
HSL color Cylindrical-coordinate representation of color #5405B9: hue angle of 266.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5405B9 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 5 | 185 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.27 |
| HSL | 266.33º | 0.95% | 0.37% | - |
| HSV(B) | 266.33º | 0.97% | 0.73% | - |
| XYZ | 12.47 | 5.5 | 46.3 | - |
| YUV | 49.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 185 | 0.55 | 0.97 | 0 | 0.27 | 266.33 | 0.95 | 0.37 |
| Hex | 54 | 5 | B9 | 37 | 61 | 0 | 1B | 10A | 5F | 25 |
| Octal | 124 | 5 | 271 | 67 | 141 | 0 | 33 | 412 | 137 | 45 |
| Binary | 1010100 | 101 | 10111001 | 110111 | 1100001 | 0 | 11011 | 100001010 | 1011111 | 100101 |
Color Harmonies of #5405B9
Complementary color
Monochromatic Colors of #5405B9
Black with #5405B9
Text Example
Text Example
White with #5405B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5405B9; }
p { color: rgb(84,5,185); }
H1.HeaderClassName
{
color: #5405B9;
}
.AnyTagClassName
{
color: #5405B9;
}
</style>
background-color css
<style>
a { background-color: #5405B9; }
a { background-color: rgb(84,5,185); }
div.DivClassName
{
background-color: #5405B9;
}
.BgClassName
{
background-color: #5405B9;
}
</style>
border-color css
<style>
span { border-color: #5405B9; }
span { border-color: rgb(84,5,185); }
td.TdClassName
{
border-color: #5405B9;
}
.TagClassName
{
border-color: #5405B9;
}
</style>