Shades of Purple Heart #5D40BA
Tints of Purple Heart #5D40BA
RGB
CMYK
RGB Variations
Color information
#5D40BA (or 0x5D40BA) is known color: Purple Heart. HEX triplet: 5D, 40 and BA. RGB value is (93,64,186). Sum of RGB (Red+Green+Blue) = 93+64+186=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D40BA is #A2BF45. Grayscale: #565656. Windows color (decimal): -10665798 or 12206173. OLE color: 12206173.
HSL color Cylindrical-coordinate representation of color #5D40BA: hue angle of 254.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D40BA is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 64 | 186 | - |
| CMYK | 0.5 | 0.66 | 0 | 0.27 |
| HSL | 254.26º | 0.49% | 0.49% | - |
| HSV(B) | 254.26º | 0.66% | 0.73% | - |
| XYZ | 15.21 | 9.54 | 47.49 | - |
| YUV | 86.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 186 | 0.5 | 0.66 | 0 | 0.27 | 254.26 | 0.49 | 0.49 |
| Hex | 5D | 40 | BA | 32 | 42 | 0 | 1B | FE | 31 | 31 |
| Octal | 135 | 100 | 272 | 62 | 102 | 0 | 33 | 376 | 61 | 61 |
| Binary | 1011101 | 1000000 | 10111010 | 110010 | 1000010 | 0 | 11011 | 11111110 | 110001 | 110001 |
Color Harmonies of #5D40BA
Complementary color
Monochromatic Colors of #5D40BA
Black with #5D40BA
Text Example
Text Example
White with #5D40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D40BA; }
p { color: rgb(93,64,186); }
H1.HeaderClassName
{
color: #5D40BA;
}
.AnyTagClassName
{
color: #5D40BA;
}
</style>
background-color css
<style>
a { background-color: #5D40BA; }
a { background-color: rgb(93,64,186); }
div.DivClassName
{
background-color: #5D40BA;
}
.BgClassName
{
background-color: #5D40BA;
}
</style>
border-color css
<style>
span { border-color: #5D40BA; }
span { border-color: rgb(93,64,186); }
td.TdClassName
{
border-color: #5D40BA;
}
.TagClassName
{
border-color: #5D40BA;
}
</style>