Shades of Purple Heart #5439CB
Tints of Purple Heart #5439CB
RGB
CMYK
RGB Variations
Color information
#5439CB (or 0x5439CB) is known color: Purple Heart. HEX triplet: 54, 39 and CB. RGB value is (84,57,203). Sum of RGB (Red+Green+Blue) = 84+57+203=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #5439CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5439CB is #ABC634. Grayscale: #515151. Windows color (decimal): -11257397 or 13318484. OLE color: 13318484.
HSL color Cylindrical-coordinate representation of color #5439CB: hue angle of 251.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5439CB is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 57 | 203 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.20 |
| HSL | 251.1º | 0.58% | 0.51% | - |
| HSV(B) | 251.1º | 0.72% | 0.8% | - |
| XYZ | 15.9 | 9.12 | 57.42 | - |
| YUV | 81.72 | 196.45 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 203 | 0.59 | 0.72 | 0 | 0.20 | 251.1 | 0.58 | 0.51 |
| Hex | 54 | 39 | CB | 3B | 48 | 0 | 14 | FB | 3A | 33 |
| Octal | 124 | 71 | 313 | 73 | 110 | 0 | 24 | 373 | 72 | 63 |
| Binary | 1010100 | 111001 | 11001011 | 111011 | 1001000 | 0 | 10100 | 11111011 | 111010 | 110011 |
Color Harmonies of #5439CB
Complementary color
Monochromatic Colors of #5439CB
Black with #5439CB
Text Example
Text Example
White with #5439CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5439CB; }
p { color: rgb(84,57,203); }
H1.HeaderClassName
{
color: #5439CB;
}
.AnyTagClassName
{
color: #5439CB;
}
</style>
background-color css
<style>
a { background-color: #5439CB; }
a { background-color: rgb(84,57,203); }
div.DivClassName
{
background-color: #5439CB;
}
.BgClassName
{
background-color: #5439CB;
}
</style>
border-color css
<style>
span { border-color: #5439CB; }
span { border-color: rgb(84,57,203); }
td.TdClassName
{
border-color: #5439CB;
}
.TagClassName
{
border-color: #5439CB;
}
</style>