Shades of Purple Heart #400BC9
Tints of Purple Heart #400BC9
RGB
CMYK
RGB Variations
Color information
#400BC9 (or 0x400BC9) is known color: Purple Heart. HEX triplet: 40, 0B and C9. RGB value is (64,11,201). Sum of RGB (Red+Green+Blue) = 64+11+201=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #400BC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BC9 is #BFF436. Grayscale: #2F2F2F. Windows color (decimal): -12579895 or 13175616. OLE color: 13175616.
HSL color Cylindrical-coordinate representation of color #400BC9: hue angle of 256.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BC9 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 11 | 201 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.21 |
| HSL | 256.74º | 0.9% | 0.42% | - |
| HSV(B) | 256.74º | 0.95% | 0.79% | - |
| XYZ | 12.78 | 5.55 | 55.66 | - |
| YUV | 48.51 | 214.06 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 201 | 0.68 | 0.95 | 0 | 0.21 | 256.74 | 0.9 | 0.42 |
| Hex | 40 | B | C9 | 44 | 5F | 0 | 15 | 101 | 5A | 2A |
| Octal | 100 | 13 | 311 | 104 | 137 | 0 | 25 | 401 | 132 | 52 |
| Binary | 1000000 | 1011 | 11001001 | 1000100 | 1011111 | 0 | 10101 | 100000001 | 1011010 | 101010 |
Color Harmonies of #400BC9
Complementary color
Monochromatic Colors of #400BC9
Black with #400BC9
Text Example
Text Example
White with #400BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BC9; }
p { color: rgb(64,11,201); }
H1.HeaderClassName
{
color: #400BC9;
}
.AnyTagClassName
{
color: #400BC9;
}
</style>
background-color css
<style>
a { background-color: #400BC9; }
a { background-color: rgb(64,11,201); }
div.DivClassName
{
background-color: #400BC9;
}
.BgClassName
{
background-color: #400BC9;
}
</style>
border-color css
<style>
span { border-color: #400BC9; }
span { border-color: rgb(64,11,201); }
td.TdClassName
{
border-color: #400BC9;
}
.TagClassName
{
border-color: #400BC9;
}
</style>