Shades of Purple Heart #400AC8
Tints of Purple Heart #400AC8
RGB
CMYK
RGB Variations
Color information
#400AC8 (or 0x400AC8) is known color: Purple Heart. HEX triplet: 40, 0A and C8. RGB value is (64,10,200). Sum of RGB (Red+Green+Blue) = 64+10+200=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 200 (78.52% from 255 or 72.99% from 274); Max value from RGB is 200 - color contains mainly: blue. Hex color #400AC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AC8 is #BFF537. Grayscale: #2F2F2F. Windows color (decimal): -12580152 or 13109824. OLE color: 13109824.
HSL color Cylindrical-coordinate representation of color #400AC8: hue angle of 257.05º 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 #400AC8 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 10 | 200 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.22 |
| HSL | 257.05º | 0.9% | 0.41% | - |
| HSV(B) | 257.05º | 0.95% | 0.78% | - |
| XYZ | 12.65 | 5.48 | 55.03 | - |
| YUV | 47.81 | 213.89 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 200 | 0.68 | 0.95 | 0 | 0.22 | 257.05 | 0.9 | 0.41 |
| Hex | 40 | A | C8 | 44 | 5F | 0 | 16 | 101 | 5A | 29 |
| Octal | 100 | 12 | 310 | 104 | 137 | 0 | 26 | 401 | 132 | 51 |
| Binary | 1000000 | 1010 | 11001000 | 1000100 | 1011111 | 0 | 10110 | 100000001 | 1011010 | 101001 |
Color Harmonies of #400AC8
Complementary color
Monochromatic Colors of #400AC8
Black with #400AC8
Text Example
Text Example
White with #400AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AC8; }
p { color: rgb(64,10,200); }
H1.HeaderClassName
{
color: #400AC8;
}
.AnyTagClassName
{
color: #400AC8;
}
</style>
background-color css
<style>
a { background-color: #400AC8; }
a { background-color: rgb(64,10,200); }
div.DivClassName
{
background-color: #400AC8;
}
.BgClassName
{
background-color: #400AC8;
}
</style>
border-color css
<style>
span { border-color: #400AC8; }
span { border-color: rgb(64,10,200); }
td.TdClassName
{
border-color: #400AC8;
}
.TagClassName
{
border-color: #400AC8;
}
</style>