Shades of Purple Heart #5538DF
Tints of Purple Heart #5538DF
RGB
CMYK
RGB Variations
Color information
#5538DF (or 0x5538DF) is known color: Purple Heart. HEX triplet: 55, 38 and DF. RGB value is (85,56,223). Sum of RGB (Red+Green+Blue) = 85+56+223=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #5538DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5538DF is #AAC720. Grayscale: #535353. Windows color (decimal): -11192097 or 14628949. OLE color: 14628949.
HSL color Cylindrical-coordinate representation of color #5538DF: hue angle of 250.42º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5538DF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 56 | 223 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.13 |
| HSL | 250.42º | 0.72% | 0.55% | - |
| HSV(B) | 250.42º | 0.75% | 0.87% | - |
| XYZ | 18.48 | 10.09 | 70.79 | - |
| YUV | 83.71 | 206.61 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 223 | 0.62 | 0.75 | 0 | 0.13 | 250.42 | 0.72 | 0.55 |
| Hex | 55 | 38 | DF | 3E | 4B | 0 | D | FA | 48 | 37 |
| Octal | 125 | 70 | 337 | 76 | 113 | 0 | 15 | 372 | 110 | 67 |
| Binary | 1010101 | 111000 | 11011111 | 111110 | 1001011 | 0 | 1101 | 11111010 | 1001000 | 110111 |
Color Harmonies of #5538DF
Complementary color
Monochromatic Colors of #5538DF
Black with #5538DF
Text Example
Text Example
White with #5538DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538DF; }
p { color: rgb(85,56,223); }
H1.HeaderClassName
{
color: #5538DF;
}
.AnyTagClassName
{
color: #5538DF;
}
</style>
background-color css
<style>
a { background-color: #5538DF; }
a { background-color: rgb(85,56,223); }
div.DivClassName
{
background-color: #5538DF;
}
.BgClassName
{
background-color: #5538DF;
}
</style>
border-color css
<style>
span { border-color: #5538DF; }
span { border-color: rgb(85,56,223); }
td.TdClassName
{
border-color: #5538DF;
}
.TagClassName
{
border-color: #5538DF;
}
</style>