Shades of Purple Heart #400BBE
Tints of Purple Heart #400BBE
RGB
CMYK
RGB Variations
Color information
#400BBE (or 0x400BBE) is known color: Purple Heart. HEX triplet: 40, 0B and BE. RGB value is (64,11,190). Sum of RGB (Red+Green+Blue) = 64+11+190=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #400BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BBE is #BFF441. Grayscale: #2E2E2E. Windows color (decimal): -12579906 or 12454720. OLE color: 12454720.
HSL color Cylindrical-coordinate representation of color #400BBE: hue angle of 257.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400BBE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 11 | 190 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.25 |
| HSL | 257.77º | 0.89% | 0.39% | - |
| HSV(B) | 257.77º | 0.94% | 0.75% | - |
| XYZ | 11.53 | 5.05 | 49.08 | - |
| YUV | 47.25 | 208.56 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 190 | 0.66 | 0.94 | 0 | 0.25 | 257.77 | 0.89 | 0.39 |
| Hex | 40 | B | BE | 42 | 5E | 0 | 19 | 102 | 59 | 27 |
| Octal | 100 | 13 | 276 | 102 | 136 | 0 | 31 | 402 | 131 | 47 |
| Binary | 1000000 | 1011 | 10111110 | 1000010 | 1011110 | 0 | 11001 | 100000010 | 1011001 | 100111 |
Color Harmonies of #400BBE
Complementary color
Monochromatic Colors of #400BBE
Black with #400BBE
Text Example
Text Example
White with #400BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BBE; }
p { color: rgb(64,11,190); }
H1.HeaderClassName
{
color: #400BBE;
}
.AnyTagClassName
{
color: #400BBE;
}
</style>
background-color css
<style>
a { background-color: #400BBE; }
a { background-color: rgb(64,11,190); }
div.DivClassName
{
background-color: #400BBE;
}
.BgClassName
{
background-color: #400BBE;
}
</style>
border-color css
<style>
span { border-color: #400BBE; }
span { border-color: rgb(64,11,190); }
td.TdClassName
{
border-color: #400BBE;
}
.TagClassName
{
border-color: #400BBE;
}
</style>