Shades of Purple Heart #5436BD
Tints of Purple Heart #5436BD
RGB
CMYK
RGB Variations
Color information
#5436BD (or 0x5436BD) is known color: Purple Heart. HEX triplet: 54, 36 and BD. RGB value is (84,54,189). Sum of RGB (Red+Green+Blue) = 84+54+189=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #5436BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5436BD is #ABC942. Grayscale: #4D4D4D. Windows color (decimal): -11258179 or 12400212. OLE color: 12400212.
HSL color Cylindrical-coordinate representation of color #5436BD: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5436BD is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 54 | 189 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.26 |
| HSL | 253.33º | 0.56% | 0.48% | - |
| HSV(B) | 253.33º | 0.71% | 0.74% | - |
| XYZ | 14.16 | 8.2 | 48.98 | - |
| YUV | 78.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 189 | 0.56 | 0.71 | 0 | 0.26 | 253.33 | 0.56 | 0.48 |
| Hex | 54 | 36 | BD | 38 | 47 | 0 | 1A | FD | 38 | 30 |
| Octal | 124 | 66 | 275 | 70 | 107 | 0 | 32 | 375 | 70 | 60 |
| Binary | 1010100 | 110110 | 10111101 | 111000 | 1000111 | 0 | 11010 | 11111101 | 111000 | 110000 |
Color Harmonies of #5436BD
Complementary color
Monochromatic Colors of #5436BD
Black with #5436BD
Text Example
Text Example
White with #5436BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5436BD; }
p { color: rgb(84,54,189); }
H1.HeaderClassName
{
color: #5436BD;
}
.AnyTagClassName
{
color: #5436BD;
}
</style>
background-color css
<style>
a { background-color: #5436BD; }
a { background-color: rgb(84,54,189); }
div.DivClassName
{
background-color: #5436BD;
}
.BgClassName
{
background-color: #5436BD;
}
</style>
border-color css
<style>
span { border-color: #5436BD; }
span { border-color: rgb(84,54,189); }
td.TdClassName
{
border-color: #5436BD;
}
.TagClassName
{
border-color: #5436BD;
}
</style>