Shades of Purple Heart #400ABD
Tints of Purple Heart #400ABD
RGB
CMYK
RGB Variations
Color information
#400ABD (or 0x400ABD) is known color: Purple Heart. HEX triplet: 40, 0A and BD. RGB value is (64,10,189). Sum of RGB (Red+Green+Blue) = 64+10+189=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #400ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ABD is #BFF542. Grayscale: #2D2D2D. Windows color (decimal): -12580163 or 12388928. OLE color: 12388928.
HSL color Cylindrical-coordinate representation of color #400ABD: hue angle of 258.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400ABD is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 10 | 189 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.26 |
| HSL | 258.1º | 0.9% | 0.39% | - |
| HSV(B) | 258.1º | 0.95% | 0.74% | - |
| XYZ | 11.41 | 4.98 | 48.5 | - |
| YUV | 46.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 189 | 0.66 | 0.95 | 0 | 0.26 | 258.1 | 0.9 | 0.39 |
| Hex | 40 | A | BD | 42 | 5F | 0 | 1A | 102 | 5A | 27 |
| Octal | 100 | 12 | 275 | 102 | 137 | 0 | 32 | 402 | 132 | 47 |
| Binary | 1000000 | 1010 | 10111101 | 1000010 | 1011111 | 0 | 11010 | 100000010 | 1011010 | 100111 |
Color Harmonies of #400ABD
Complementary color
Monochromatic Colors of #400ABD
Black with #400ABD
Text Example
Text Example
White with #400ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400ABD; }
p { color: rgb(64,10,189); }
H1.HeaderClassName
{
color: #400ABD;
}
.AnyTagClassName
{
color: #400ABD;
}
</style>
background-color css
<style>
a { background-color: #400ABD; }
a { background-color: rgb(64,10,189); }
div.DivClassName
{
background-color: #400ABD;
}
.BgClassName
{
background-color: #400ABD;
}
</style>
border-color css
<style>
span { border-color: #400ABD; }
span { border-color: rgb(64,10,189); }
td.TdClassName
{
border-color: #400ABD;
}
.TagClassName
{
border-color: #400ABD;
}
</style>