Shades of Purple Heart #5412BD
Tints of Purple Heart #5412BD
RGB
CMYK
RGB Variations
Color information
#5412BD (or 0x5412BD) is known color: Purple Heart. HEX triplet: 54, 12 and BD. RGB value is (84,18,189). Sum of RGB (Red+Green+Blue) = 84+18+189=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #5412BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5412BD is #ABED42. Grayscale: #383838. Windows color (decimal): -11267395 or 12390996. OLE color: 12390996.
HSL color Cylindrical-coordinate representation of color #5412BD: hue angle of 263.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5412BD is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 18 | 189 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.26 |
| HSL | 263.16º | 0.83% | 0.41% | - |
| HSV(B) | 263.16º | 0.9% | 0.74% | - |
| XYZ | 13.06 | 5.99 | 48.61 | - |
| YUV | 57.23 | 202.37 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 189 | 0.56 | 0.90 | 0 | 0.26 | 263.16 | 0.83 | 0.41 |
| Hex | 54 | 12 | BD | 38 | 5A | 0 | 1A | 107 | 53 | 29 |
| Octal | 124 | 22 | 275 | 70 | 132 | 0 | 32 | 407 | 123 | 51 |
| Binary | 1010100 | 10010 | 10111101 | 111000 | 1011010 | 0 | 11010 | 100000111 | 1010011 | 101001 |
Color Harmonies of #5412BD
Complementary color
Monochromatic Colors of #5412BD
Black with #5412BD
Text Example
Text Example
White with #5412BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5412BD; }
p { color: rgb(84,18,189); }
H1.HeaderClassName
{
color: #5412BD;
}
.AnyTagClassName
{
color: #5412BD;
}
</style>
background-color css
<style>
a { background-color: #5412BD; }
a { background-color: rgb(84,18,189); }
div.DivClassName
{
background-color: #5412BD;
}
.BgClassName
{
background-color: #5412BD;
}
</style>
border-color css
<style>
span { border-color: #5412BD; }
span { border-color: rgb(84,18,189); }
td.TdClassName
{
border-color: #5412BD;
}
.TagClassName
{
border-color: #5412BD;
}
</style>