Shades of Purple Heart #5534DF
Tints of Purple Heart #5534DF
RGB
CMYK
RGB Variations
Color information
#5534DF (or 0x5534DF) is known color: Purple Heart. HEX triplet: 55, 34 and DF. RGB value is (85,52,223). Sum of RGB (Red+Green+Blue) = 85+52+223=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #5534DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5534DF is #AACB20. Grayscale: #505050. Windows color (decimal): -11193121 or 14627925. OLE color: 14627925.
HSL color Cylindrical-coordinate representation of color #5534DF: hue angle of 251.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5534DF is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 52 | 223 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.13 |
| HSL | 251.58º | 0.73% | 0.54% | - |
| HSV(B) | 251.58º | 0.77% | 0.87% | - |
| XYZ | 18.29 | 9.71 | 70.72 | - |
| YUV | 81.36 | 207.93 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 223 | 0.62 | 0.77 | 0 | 0.13 | 251.58 | 0.73 | 0.54 |
| Hex | 55 | 34 | DF | 3E | 4D | 0 | D | FC | 49 | 36 |
| Octal | 125 | 64 | 337 | 76 | 115 | 0 | 15 | 374 | 111 | 66 |
| Binary | 1010101 | 110100 | 11011111 | 111110 | 1001101 | 0 | 1101 | 11111100 | 1001001 | 110110 |
Color Harmonies of #5534DF
Complementary color
Monochromatic Colors of #5534DF
Black with #5534DF
Text Example
Text Example
White with #5534DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5534DF; }
p { color: rgb(85,52,223); }
H1.HeaderClassName
{
color: #5534DF;
}
.AnyTagClassName
{
color: #5534DF;
}
</style>
background-color css
<style>
a { background-color: #5534DF; }
a { background-color: rgb(85,52,223); }
div.DivClassName
{
background-color: #5534DF;
}
.BgClassName
{
background-color: #5534DF;
}
</style>
border-color css
<style>
span { border-color: #5534DF; }
span { border-color: rgb(85,52,223); }
td.TdClassName
{
border-color: #5534DF;
}
.TagClassName
{
border-color: #5534DF;
}
</style>