Shades of Purple Heart #5434BD
Tints of Purple Heart #5434BD
RGB
CMYK
RGB Variations
Color information
#5434BD (or 0x5434BD) is known color: Purple Heart. HEX triplet: 54, 34 and BD. RGB value is (84,52,189). Sum of RGB (Red+Green+Blue) = 84+52+189=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #5434BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434BD is #ABCB42. Grayscale: #4C4C4C. Windows color (decimal): -11258691 or 12399700. OLE color: 12399700.
HSL color Cylindrical-coordinate representation of color #5434BD: hue angle of 254.01º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5434BD is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 52 | 189 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.26 |
| HSL | 254.01º | 0.57% | 0.47% | - |
| HSV(B) | 254.01º | 0.72% | 0.74% | - |
| XYZ | 14.07 | 8.01 | 48.95 | - |
| YUV | 77.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 189 | 0.56 | 0.72 | 0 | 0.26 | 254.01 | 0.57 | 0.47 |
| Hex | 54 | 34 | BD | 38 | 48 | 0 | 1A | FE | 39 | 2F |
| Octal | 124 | 64 | 275 | 70 | 110 | 0 | 32 | 376 | 71 | 57 |
| Binary | 1010100 | 110100 | 10111101 | 111000 | 1001000 | 0 | 11010 | 11111110 | 111001 | 101111 |
Color Harmonies of #5434BD
Complementary color
Monochromatic Colors of #5434BD
Black with #5434BD
Text Example
Text Example
White with #5434BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5434BD; }
p { color: rgb(84,52,189); }
H1.HeaderClassName
{
color: #5434BD;
}
.AnyTagClassName
{
color: #5434BD;
}
</style>
background-color css
<style>
a { background-color: #5434BD; }
a { background-color: rgb(84,52,189); }
div.DivClassName
{
background-color: #5434BD;
}
.BgClassName
{
background-color: #5434BD;
}
</style>
border-color css
<style>
span { border-color: #5434BD; }
span { border-color: rgb(84,52,189); }
td.TdClassName
{
border-color: #5434BD;
}
.TagClassName
{
border-color: #5434BD;
}
</style>