Shades of Purple Heart #5539DF
Tints of Purple Heart #5539DF
RGB
CMYK
RGB Variations
Color information
#5539DF (or 0x5539DF) is known color: Purple Heart. HEX triplet: 55, 39 and DF. RGB value is (85,57,223). Sum of RGB (Red+Green+Blue) = 85+57+223=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #5539DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539DF is #AAC620. Grayscale: #535353. Windows color (decimal): -11191841 or 14629205. OLE color: 14629205.
HSL color Cylindrical-coordinate representation of color #5539DF: hue angle of 250.12º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5539DF is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 57 | 223 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.13 |
| HSL | 250.12º | 0.72% | 0.55% | - |
| HSV(B) | 250.12º | 0.74% | 0.87% | - |
| XYZ | 18.53 | 10.19 | 70.8 | - |
| YUV | 84.3 | 206.28 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 223 | 0.62 | 0.74 | 0 | 0.13 | 250.12 | 0.72 | 0.55 |
| Hex | 55 | 39 | DF | 3E | 4A | 0 | D | FA | 48 | 37 |
| Octal | 125 | 71 | 337 | 76 | 112 | 0 | 15 | 372 | 110 | 67 |
| Binary | 1010101 | 111001 | 11011111 | 111110 | 1001010 | 0 | 1101 | 11111010 | 1001000 | 110111 |
Color Harmonies of #5539DF
Complementary color
Monochromatic Colors of #5539DF
Black with #5539DF
Text Example
Text Example
White with #5539DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5539DF; }
p { color: rgb(85,57,223); }
H1.HeaderClassName
{
color: #5539DF;
}
.AnyTagClassName
{
color: #5539DF;
}
</style>
background-color css
<style>
a { background-color: #5539DF; }
a { background-color: rgb(85,57,223); }
div.DivClassName
{
background-color: #5539DF;
}
.BgClassName
{
background-color: #5539DF;
}
</style>
border-color css
<style>
span { border-color: #5539DF; }
span { border-color: rgb(85,57,223); }
td.TdClassName
{
border-color: #5539DF;
}
.TagClassName
{
border-color: #5539DF;
}
</style>