Shades of Purple Heart #5A40BB
Tints of Purple Heart #5A40BB
RGB
CMYK
RGB Variations
Color information
#5A40BB (or 0x5A40BB) is known color: Purple Heart. HEX triplet: 5A, 40 and BB. RGB value is (90,64,187). Sum of RGB (Red+Green+Blue) = 90+64+187=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A40BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40BB is #A5BF44. Grayscale: #555555. Windows color (decimal): -10862405 or 12271706. OLE color: 12271706.
HSL color Cylindrical-coordinate representation of color #5A40BB: hue angle of 252.68º 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 #5A40BB is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 64 | 187 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.27 |
| HSL | 252.68º | 0.49% | 0.49% | - |
| HSV(B) | 252.68º | 0.66% | 0.73% | - |
| XYZ | 15.02 | 9.43 | 48.04 | - |
| YUV | 85.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 187 | 0.52 | 0.66 | 0 | 0.27 | 252.68 | 0.49 | 0.49 |
| Hex | 5A | 40 | BB | 34 | 42 | 0 | 1B | FD | 31 | 31 |
| Octal | 132 | 100 | 273 | 64 | 102 | 0 | 33 | 375 | 61 | 61 |
| Binary | 1011010 | 1000000 | 10111011 | 110100 | 1000010 | 0 | 11011 | 11111101 | 110001 | 110001 |
Color Harmonies of #5A40BB
Complementary color
Monochromatic Colors of #5A40BB
Black with #5A40BB
Text Example
Text Example
White with #5A40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40BB; }
p { color: rgb(90,64,187); }
H1.HeaderClassName
{
color: #5A40BB;
}
.AnyTagClassName
{
color: #5A40BB;
}
</style>
background-color css
<style>
a { background-color: #5A40BB; }
a { background-color: rgb(90,64,187); }
div.DivClassName
{
background-color: #5A40BB;
}
.BgClassName
{
background-color: #5A40BB;
}
</style>
border-color css
<style>
span { border-color: #5A40BB; }
span { border-color: rgb(90,64,187); }
td.TdClassName
{
border-color: #5A40BB;
}
.TagClassName
{
border-color: #5A40BB;
}
</style>