Shades of Purple Heart #5A40BF
Tints of Purple Heart #5A40BF
RGB
CMYK
RGB Variations
Color information
#5A40BF (or 0x5A40BF) is known color: Purple Heart. HEX triplet: 5A, 40 and BF. RGB value is (90,64,191). Sum of RGB (Red+Green+Blue) = 90+64+191=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40BF is #A5BF40. Grayscale: #555555. Windows color (decimal): -10862401 or 12533850. OLE color: 12533850.
HSL color Cylindrical-coordinate representation of color #5A40BF: hue angle of 252.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A40BF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 64 | 191 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.25 |
| HSL | 252.28º | 0.5% | 0.5% | - |
| HSV(B) | 252.28º | 0.66% | 0.75% | - |
| XYZ | 15.45 | 9.6 | 50.33 | - |
| YUV | 86.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 191 | 0.53 | 0.66 | 0 | 0.25 | 252.28 | 0.5 | 0.5 |
| Hex | 5A | 40 | BF | 35 | 42 | 0 | 19 | FC | 32 | 32 |
| Octal | 132 | 100 | 277 | 65 | 102 | 0 | 31 | 374 | 62 | 62 |
| Binary | 1011010 | 1000000 | 10111111 | 110101 | 1000010 | 0 | 11001 | 11111100 | 110010 | 110010 |
Color Harmonies of #5A40BF
Complementary color
Monochromatic Colors of #5A40BF
Black with #5A40BF
Text Example
Text Example
White with #5A40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40BF; }
p { color: rgb(90,64,191); }
H1.HeaderClassName
{
color: #5A40BF;
}
.AnyTagClassName
{
color: #5A40BF;
}
</style>
background-color css
<style>
a { background-color: #5A40BF; }
a { background-color: rgb(90,64,191); }
div.DivClassName
{
background-color: #5A40BF;
}
.BgClassName
{
background-color: #5A40BF;
}
</style>
border-color css
<style>
span { border-color: #5A40BF; }
span { border-color: rgb(90,64,191); }
td.TdClassName
{
border-color: #5A40BF;
}
.TagClassName
{
border-color: #5A40BF;
}
</style>