Shades of Purple Heart #400BB7
Tints of Purple Heart #400BB7
RGB
CMYK
RGB Variations
Color information
#400BB7 (or 0x400BB7) is known color: Purple Heart. HEX triplet: 40, 0B and B7. RGB value is (64,11,183). Sum of RGB (Red+Green+Blue) = 64+11+183=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #400BB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BB7 is #BFF448. Grayscale: #2D2D2D. Windows color (decimal): -12579913 or 11995968. OLE color: 11995968.
HSL color Cylindrical-coordinate representation of color #400BB7: hue angle of 258.49º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400BB7 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 11 | 183 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.28 |
| HSL | 258.49º | 0.89% | 0.38% | - |
| HSV(B) | 258.49º | 0.94% | 0.72% | - |
| XYZ | 10.78 | 4.75 | 45.15 | - |
| YUV | 46.46 | 205.06 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 183 | 0.65 | 0.94 | 0 | 0.28 | 258.49 | 0.89 | 0.38 |
| Hex | 40 | B | B7 | 41 | 5E | 0 | 1C | 102 | 59 | 26 |
| Octal | 100 | 13 | 267 | 101 | 136 | 0 | 34 | 402 | 131 | 46 |
| Binary | 1000000 | 1011 | 10110111 | 1000001 | 1011110 | 0 | 11100 | 100000010 | 1011001 | 100110 |
Color Harmonies of #400BB7
Complementary color
Monochromatic Colors of #400BB7
Black with #400BB7
Text Example
Text Example
White with #400BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BB7; }
p { color: rgb(64,11,183); }
H1.HeaderClassName
{
color: #400BB7;
}
.AnyTagClassName
{
color: #400BB7;
}
</style>
background-color css
<style>
a { background-color: #400BB7; }
a { background-color: rgb(64,11,183); }
div.DivClassName
{
background-color: #400BB7;
}
.BgClassName
{
background-color: #400BB7;
}
</style>
border-color css
<style>
span { border-color: #400BB7; }
span { border-color: rgb(64,11,183); }
td.TdClassName
{
border-color: #400BB7;
}
.TagClassName
{
border-color: #400BB7;
}
</style>