Shades of Purple Heart #5430BA
Tints of Purple Heart #5430BA
RGB
CMYK
RGB Variations
Color information
#5430BA (or 0x5430BA) is known color: Purple Heart. HEX triplet: 54, 30 and BA. RGB value is (84,48,186). Sum of RGB (Red+Green+Blue) = 84+48+186=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #5430BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430BA is #ABCF45. Grayscale: #494949. Windows color (decimal): -11259718 or 12202068. OLE color: 12202068.
HSL color Cylindrical-coordinate representation of color #5430BA: hue angle of 255.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5430BA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 48 | 186 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.27 |
| HSL | 255.65º | 0.59% | 0.46% | - |
| HSV(B) | 255.65º | 0.74% | 0.73% | - |
| XYZ | 13.58 | 7.54 | 47.19 | - |
| YUV | 74.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 186 | 0.55 | 0.74 | 0 | 0.27 | 255.65 | 0.59 | 0.46 |
| Hex | 54 | 30 | BA | 37 | 4A | 0 | 1B | 100 | 3B | 2E |
| Octal | 124 | 60 | 272 | 67 | 112 | 0 | 33 | 400 | 73 | 56 |
| Binary | 1010100 | 110000 | 10111010 | 110111 | 1001010 | 0 | 11011 | 100000000 | 111011 | 101110 |
Color Harmonies of #5430BA
Complementary color
Monochromatic Colors of #5430BA
Black with #5430BA
Text Example
Text Example
White with #5430BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430BA; }
p { color: rgb(84,48,186); }
H1.HeaderClassName
{
color: #5430BA;
}
.AnyTagClassName
{
color: #5430BA;
}
</style>
background-color css
<style>
a { background-color: #5430BA; }
a { background-color: rgb(84,48,186); }
div.DivClassName
{
background-color: #5430BA;
}
.BgClassName
{
background-color: #5430BA;
}
</style>
border-color css
<style>
span { border-color: #5430BA; }
span { border-color: rgb(84,48,186); }
td.TdClassName
{
border-color: #5430BA;
}
.TagClassName
{
border-color: #5430BA;
}
</style>