Shades of Purple Heart #5538BF
Tints of Purple Heart #5538BF
RGB
CMYK
RGB Variations
Color information
#5538BF (or 0x5538BF) is known color: Purple Heart. HEX triplet: 55, 38 and BF. RGB value is (85,56,191). Sum of RGB (Red+Green+Blue) = 85+56+191=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #5538BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5538BF is #AAC740. Grayscale: #4F4F4F. Windows color (decimal): -11192129 or 12531797. OLE color: 12531797.
HSL color Cylindrical-coordinate representation of color #5538BF: hue angle of 252.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5538BF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 56 | 191 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.25 |
| HSL | 252.89º | 0.55% | 0.48% | - |
| HSV(B) | 252.89º | 0.71% | 0.75% | - |
| XYZ | 14.56 | 8.52 | 50.17 | - |
| YUV | 80.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 191 | 0.55 | 0.71 | 0 | 0.25 | 252.89 | 0.55 | 0.48 |
| Hex | 55 | 38 | BF | 37 | 47 | 0 | 19 | FD | 37 | 30 |
| Octal | 125 | 70 | 277 | 67 | 107 | 0 | 31 | 375 | 67 | 60 |
| Binary | 1010101 | 111000 | 10111111 | 110111 | 1000111 | 0 | 11001 | 11111101 | 110111 | 110000 |
Color Harmonies of #5538BF
Complementary color
Monochromatic Colors of #5538BF
Black with #5538BF
Text Example
Text Example
White with #5538BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538BF; }
p { color: rgb(85,56,191); }
H1.HeaderClassName
{
color: #5538BF;
}
.AnyTagClassName
{
color: #5538BF;
}
</style>
background-color css
<style>
a { background-color: #5538BF; }
a { background-color: rgb(85,56,191); }
div.DivClassName
{
background-color: #5538BF;
}
.BgClassName
{
background-color: #5538BF;
}
</style>
border-color css
<style>
span { border-color: #5538BF; }
span { border-color: rgb(85,56,191); }
td.TdClassName
{
border-color: #5538BF;
}
.TagClassName
{
border-color: #5538BF;
}
</style>