Shades of Purple Heart #400AB4
Tints of Purple Heart #400AB4
RGB
CMYK
RGB Variations
Color information
#400AB4 (or 0x400AB4) is known color: Purple Heart. HEX triplet: 40, 0A and B4. RGB value is (64,10,180). Sum of RGB (Red+Green+Blue) = 64+10+180=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 180 (70.70% from 255 or 70.87% from 254); Max value from RGB is 180 - color contains mainly: blue. Hex color #400AB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AB4 is #BFF54B. Grayscale: #2C2C2C. Windows color (decimal): -12580172 or 11799104. OLE color: 11799104.
HSL color Cylindrical-coordinate representation of color #400AB4: hue angle of 259.06º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400AB4 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 10 | 180 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.29 |
| HSL | 259.06º | 0.89% | 0.37% | - |
| HSV(B) | 259.06º | 0.94% | 0.71% | - |
| XYZ | 10.46 | 4.6 | 43.52 | - |
| YUV | 45.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 180 | 0.64 | 0.94 | 0 | 0.29 | 259.06 | 0.89 | 0.37 |
| Hex | 40 | A | B4 | 40 | 5E | 0 | 1D | 103 | 59 | 25 |
| Octal | 100 | 12 | 264 | 100 | 136 | 0 | 35 | 403 | 131 | 45 |
| Binary | 1000000 | 1010 | 10110100 | 1000000 | 1011110 | 0 | 11101 | 100000011 | 1011001 | 100101 |
Color Harmonies of #400AB4
Complementary color
Monochromatic Colors of #400AB4
Black with #400AB4
Text Example
Text Example
White with #400AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AB4; }
p { color: rgb(64,10,180); }
H1.HeaderClassName
{
color: #400AB4;
}
.AnyTagClassName
{
color: #400AB4;
}
</style>
background-color css
<style>
a { background-color: #400AB4; }
a { background-color: rgb(64,10,180); }
div.DivClassName
{
background-color: #400AB4;
}
.BgClassName
{
background-color: #400AB4;
}
</style>
border-color css
<style>
span { border-color: #400AB4; }
span { border-color: rgb(64,10,180); }
td.TdClassName
{
border-color: #400AB4;
}
.TagClassName
{
border-color: #400AB4;
}
</style>