Shades of Purple Heart #5404BD
Tints of Purple Heart #5404BD
RGB
CMYK
RGB Variations
Color information
#5404BD (or 0x5404BD) is known color: Purple Heart. HEX triplet: 54, 04 and BD. RGB value is (84,4,189). Sum of RGB (Red+Green+Blue) = 84+4+189=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #5404BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404BD is #ABFB42. Grayscale: #303030. Windows color (decimal): -11270979 or 12387412. OLE color: 12387412.
HSL color Cylindrical-coordinate representation of color #5404BD: hue angle of 265.95º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404BD is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 4 | 189 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.26 |
| HSL | 265.95º | 0.96% | 0.38% | - |
| HSV(B) | 265.95º | 0.98% | 0.74% | - |
| XYZ | 12.88 | 5.65 | 48.55 | - |
| YUV | 49.01 | 207 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 189 | 0.56 | 0.98 | 0 | 0.26 | 265.95 | 0.96 | 0.38 |
| Hex | 54 | 4 | BD | 38 | 62 | 0 | 1A | 10A | 60 | 26 |
| Octal | 124 | 4 | 275 | 70 | 142 | 0 | 32 | 412 | 140 | 46 |
| Binary | 1010100 | 100 | 10111101 | 111000 | 1100010 | 0 | 11010 | 100001010 | 1100000 | 100110 |
Color Harmonies of #5404BD
Complementary color
Monochromatic Colors of #5404BD
Black with #5404BD
Text Example
Text Example
White with #5404BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404BD; }
p { color: rgb(84,4,189); }
H1.HeaderClassName
{
color: #5404BD;
}
.AnyTagClassName
{
color: #5404BD;
}
</style>
background-color css
<style>
a { background-color: #5404BD; }
a { background-color: rgb(84,4,189); }
div.DivClassName
{
background-color: #5404BD;
}
.BgClassName
{
background-color: #5404BD;
}
</style>
border-color css
<style>
span { border-color: #5404BD; }
span { border-color: rgb(84,4,189); }
td.TdClassName
{
border-color: #5404BD;
}
.TagClassName
{
border-color: #5404BD;
}
</style>