Shades of Purple Heart #400CC5
Tints of Purple Heart #400CC5
RGB
CMYK
RGB Variations
Color information
#400CC5 (or 0x400CC5) is known color: Purple Heart. HEX triplet: 40, 0C and C5. RGB value is (64,12,197). Sum of RGB (Red+Green+Blue) = 64+12+197=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #400CC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CC5 is #BFF33A. Grayscale: #2F2F2F. Windows color (decimal): -12579643 or 12913728. OLE color: 12913728.
HSL color Cylindrical-coordinate representation of color #400CC5: hue angle of 256.86º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CC5 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 12 | 197 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.23 |
| HSL | 256.86º | 0.89% | 0.41% | - |
| HSV(B) | 256.86º | 0.94% | 0.77% | - |
| XYZ | 12.32 | 5.38 | 53.21 | - |
| YUV | 48.64 | 211.73 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 197 | 0.68 | 0.94 | 0 | 0.23 | 256.86 | 0.89 | 0.41 |
| Hex | 40 | C | C5 | 44 | 5E | 0 | 17 | 101 | 59 | 29 |
| Octal | 100 | 14 | 305 | 104 | 136 | 0 | 27 | 401 | 131 | 51 |
| Binary | 1000000 | 1100 | 11000101 | 1000100 | 1011110 | 0 | 10111 | 100000001 | 1011001 | 101001 |
Color Harmonies of #400CC5
Complementary color
Monochromatic Colors of #400CC5
Black with #400CC5
Text Example
Text Example
White with #400CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CC5; }
p { color: rgb(64,12,197); }
H1.HeaderClassName
{
color: #400CC5;
}
.AnyTagClassName
{
color: #400CC5;
}
</style>
background-color css
<style>
a { background-color: #400CC5; }
a { background-color: rgb(64,12,197); }
div.DivClassName
{
background-color: #400CC5;
}
.BgClassName
{
background-color: #400CC5;
}
</style>
border-color css
<style>
span { border-color: #400CC5; }
span { border-color: rgb(64,12,197); }
td.TdClassName
{
border-color: #400CC5;
}
.TagClassName
{
border-color: #400CC5;
}
</style>