Shades of Purple Heart #401DB7
Tints of Purple Heart #401DB7
RGB
CMYK
RGB Variations
Color information
#401DB7 (or 0x401DB7) is known color: Purple Heart. HEX triplet: 40, 1D and B7. RGB value is (64,29,183). Sum of RGB (Red+Green+Blue) = 64+29+183=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 183 (71.88% from 255 or 66.30% from 276); Max value from RGB is 183 - color contains mainly: blue. Hex color #401DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DB7 is #BFE248. Grayscale: #383838. Windows color (decimal): -12575305 or 12000576. OLE color: 12000576.
HSL color Cylindrical-coordinate representation of color #401DB7: hue angle of 253.64º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401DB7 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 29 | 183 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.28 |
| HSL | 253.64º | 0.73% | 0.42% | - |
| HSV(B) | 253.64º | 0.84% | 0.72% | - |
| XYZ | 11.1 | 5.39 | 45.25 | - |
| YUV | 57.02 | 199.1 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 183 | 0.65 | 0.84 | 0 | 0.28 | 253.64 | 0.73 | 0.42 |
| Hex | 40 | 1D | B7 | 41 | 54 | 0 | 1C | FE | 49 | 2A |
| Octal | 100 | 35 | 267 | 101 | 124 | 0 | 34 | 376 | 111 | 52 |
| Binary | 1000000 | 11101 | 10110111 | 1000001 | 1010100 | 0 | 11100 | 11111110 | 1001001 | 101010 |
Color Harmonies of #401DB7
Complementary color
Monochromatic Colors of #401DB7
Black with #401DB7
Text Example
Text Example
White with #401DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DB7; }
p { color: rgb(64,29,183); }
H1.HeaderClassName
{
color: #401DB7;
}
.AnyTagClassName
{
color: #401DB7;
}
</style>
background-color css
<style>
a { background-color: #401DB7; }
a { background-color: rgb(64,29,183); }
div.DivClassName
{
background-color: #401DB7;
}
.BgClassName
{
background-color: #401DB7;
}
</style>
border-color css
<style>
span { border-color: #401DB7; }
span { border-color: rgb(64,29,183); }
td.TdClassName
{
border-color: #401DB7;
}
.TagClassName
{
border-color: #401DB7;
}
</style>