Shades of Purple Heart #400CBE
Tints of Purple Heart #400CBE
RGB
CMYK
RGB Variations
Color information
#400CBE (or 0x400CBE) is known color: Purple Heart. HEX triplet: 40, 0C and BE. RGB value is (64,12,190). Sum of RGB (Red+Green+Blue) = 64+12+190=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #400CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CBE is #BFF341. Grayscale: #2F2F2F. Windows color (decimal): -12579650 or 12454976. OLE color: 12454976.
HSL color Cylindrical-coordinate representation of color #400CBE: hue angle of 257.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CBE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 12 | 190 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.25 |
| HSL | 257.53º | 0.88% | 0.4% | - |
| HSV(B) | 257.53º | 0.94% | 0.75% | - |
| XYZ | 11.54 | 5.07 | 49.09 | - |
| YUV | 47.84 | 208.23 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 190 | 0.66 | 0.94 | 0 | 0.25 | 257.53 | 0.88 | 0.4 |
| Hex | 40 | C | BE | 42 | 5E | 0 | 19 | 102 | 58 | 28 |
| Octal | 100 | 14 | 276 | 102 | 136 | 0 | 31 | 402 | 130 | 50 |
| Binary | 1000000 | 1100 | 10111110 | 1000010 | 1011110 | 0 | 11001 | 100000010 | 1011000 | 101000 |
Color Harmonies of #400CBE
Complementary color
Monochromatic Colors of #400CBE
Black with #400CBE
Text Example
Text Example
White with #400CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CBE; }
p { color: rgb(64,12,190); }
H1.HeaderClassName
{
color: #400CBE;
}
.AnyTagClassName
{
color: #400CBE;
}
</style>
background-color css
<style>
a { background-color: #400CBE; }
a { background-color: rgb(64,12,190); }
div.DivClassName
{
background-color: #400CBE;
}
.BgClassName
{
background-color: #400CBE;
}
</style>
border-color css
<style>
span { border-color: #400CBE; }
span { border-color: rgb(64,12,190); }
td.TdClassName
{
border-color: #400CBE;
}
.TagClassName
{
border-color: #400CBE;
}
</style>