Shades of Purple Heart #400ABA
Tints of Purple Heart #400ABA
RGB
CMYK
RGB Variations
Color information
#400ABA (or 0x400ABA) is known color: Purple Heart. HEX triplet: 40, 0A and BA. RGB value is (64,10,186). Sum of RGB (Red+Green+Blue) = 64+10+186=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #400ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ABA is #BFF545. Grayscale: #2D2D2D. Windows color (decimal): -12580166 or 12192320. OLE color: 12192320.
HSL color Cylindrical-coordinate representation of color #400ABA: hue angle of 258.41º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400ABA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 10 | 186 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.27 |
| HSL | 258.41º | 0.9% | 0.38% | - |
| HSV(B) | 258.41º | 0.95% | 0.73% | - |
| XYZ | 11.09 | 4.85 | 46.81 | - |
| YUV | 46.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 186 | 0.66 | 0.95 | 0 | 0.27 | 258.41 | 0.9 | 0.38 |
| Hex | 40 | A | BA | 42 | 5F | 0 | 1B | 102 | 5A | 26 |
| Octal | 100 | 12 | 272 | 102 | 137 | 0 | 33 | 402 | 132 | 46 |
| Binary | 1000000 | 1010 | 10111010 | 1000010 | 1011111 | 0 | 11011 | 100000010 | 1011010 | 100110 |
Color Harmonies of #400ABA
Complementary color
Monochromatic Colors of #400ABA
Black with #400ABA
Text Example
Text Example
White with #400ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400ABA; }
p { color: rgb(64,10,186); }
H1.HeaderClassName
{
color: #400ABA;
}
.AnyTagClassName
{
color: #400ABA;
}
</style>
background-color css
<style>
a { background-color: #400ABA; }
a { background-color: rgb(64,10,186); }
div.DivClassName
{
background-color: #400ABA;
}
.BgClassName
{
background-color: #400ABA;
}
</style>
border-color css
<style>
span { border-color: #400ABA; }
span { border-color: rgb(64,10,186); }
td.TdClassName
{
border-color: #400ABA;
}
.TagClassName
{
border-color: #400ABA;
}
</style>