Shades of Purple Heart #400BBC
Tints of Purple Heart #400BBC
RGB
CMYK
RGB Variations
Color information
#400BBC (or 0x400BBC) is known color: Purple Heart. HEX triplet: 40, 0B and BC. RGB value is (64,11,188). Sum of RGB (Red+Green+Blue) = 64+11+188=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #400BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BBC is #BFF443. Grayscale: #2E2E2E. Windows color (decimal): -12579908 or 12323648. OLE color: 12323648.
HSL color Cylindrical-coordinate representation of color #400BBC: hue angle of 257.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400BBC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 11 | 188 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.26 |
| HSL | 257.97º | 0.89% | 0.39% | - |
| HSV(B) | 257.97º | 0.94% | 0.74% | - |
| XYZ | 11.31 | 4.96 | 47.94 | - |
| YUV | 47.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 188 | 0.66 | 0.94 | 0 | 0.26 | 257.97 | 0.89 | 0.39 |
| Hex | 40 | B | BC | 42 | 5E | 0 | 1A | 102 | 59 | 27 |
| Octal | 100 | 13 | 274 | 102 | 136 | 0 | 32 | 402 | 131 | 47 |
| Binary | 1000000 | 1011 | 10111100 | 1000010 | 1011110 | 0 | 11010 | 100000010 | 1011001 | 100111 |
Color Harmonies of #400BBC
Complementary color
Monochromatic Colors of #400BBC
Black with #400BBC
Text Example
Text Example
White with #400BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BBC; }
p { color: rgb(64,11,188); }
H1.HeaderClassName
{
color: #400BBC;
}
.AnyTagClassName
{
color: #400BBC;
}
</style>
background-color css
<style>
a { background-color: #400BBC; }
a { background-color: rgb(64,11,188); }
div.DivClassName
{
background-color: #400BBC;
}
.BgClassName
{
background-color: #400BBC;
}
</style>
border-color css
<style>
span { border-color: #400BBC; }
span { border-color: rgb(64,11,188); }
td.TdClassName
{
border-color: #400BBC;
}
.TagClassName
{
border-color: #400BBC;
}
</style>