Shades of Purple Heart #400AC6
Tints of Purple Heart #400AC6
RGB
CMYK
RGB Variations
Color information
#400AC6 (or 0x400AC6) is known color: Purple Heart. HEX triplet: 40, 0A and C6. RGB value is (64,10,198). Sum of RGB (Red+Green+Blue) = 64+10+198=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 198 (77.73% from 255 or 72.79% from 272); Max value from RGB is 198 - color contains mainly: blue. Hex color #400AC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AC6 is #BFF539. Grayscale: #2E2E2E. Windows color (decimal): -12580154 or 12978752. OLE color: 12978752.
HSL color Cylindrical-coordinate representation of color #400AC6: hue angle of 257.23º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400AC6 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 10 | 198 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.22 |
| HSL | 257.23º | 0.9% | 0.41% | - |
| HSV(B) | 257.23º | 0.95% | 0.78% | - |
| XYZ | 12.42 | 5.38 | 53.81 | - |
| YUV | 47.58 | 212.89 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 198 | 0.68 | 0.95 | 0 | 0.22 | 257.23 | 0.9 | 0.41 |
| Hex | 40 | A | C6 | 44 | 5F | 0 | 16 | 101 | 5A | 29 |
| Octal | 100 | 12 | 306 | 104 | 137 | 0 | 26 | 401 | 132 | 51 |
| Binary | 1000000 | 1010 | 11000110 | 1000100 | 1011111 | 0 | 10110 | 100000001 | 1011010 | 101001 |
Color Harmonies of #400AC6
Complementary color
Monochromatic Colors of #400AC6
Black with #400AC6
Text Example
Text Example
White with #400AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AC6; }
p { color: rgb(64,10,198); }
H1.HeaderClassName
{
color: #400AC6;
}
.AnyTagClassName
{
color: #400AC6;
}
</style>
background-color css
<style>
a { background-color: #400AC6; }
a { background-color: rgb(64,10,198); }
div.DivClassName
{
background-color: #400AC6;
}
.BgClassName
{
background-color: #400AC6;
}
</style>
border-color css
<style>
span { border-color: #400AC6; }
span { border-color: rgb(64,10,198); }
td.TdClassName
{
border-color: #400AC6;
}
.TagClassName
{
border-color: #400AC6;
}
</style>