Shades of Purple Heart #401BAE
Tints of Purple Heart #401BAE
RGB
CMYK
RGB Variations
Color information
#401BAE (or 0x401BAE) is known color: Purple Heart. HEX triplet: 40, 1B and AE. RGB value is (64,27,174). Sum of RGB (Red+Green+Blue) = 64+27+174=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #401BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401BAE is #BFE451. Grayscale: #363636. Windows color (decimal): -12575826 or 11410240. OLE color: 11410240.
HSL color Cylindrical-coordinate representation of color #401BAE: hue angle of 255.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401BAE is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 27 | 174 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.32 |
| HSL | 255.1º | 0.73% | 0.39% | - |
| HSV(B) | 255.1º | 0.84% | 0.68% | - |
| XYZ | 10.15 | 4.93 | 40.46 | - |
| YUV | 54.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 174 | 0.63 | 0.84 | 0 | 0.32 | 255.1 | 0.73 | 0.39 |
| Hex | 40 | 1B | AE | 3F | 54 | 0 | 20 | FF | 49 | 27 |
| Octal | 100 | 33 | 256 | 77 | 124 | 0 | 40 | 377 | 111 | 47 |
| Binary | 1000000 | 11011 | 10101110 | 111111 | 1010100 | 0 | 100000 | 11111111 | 1001001 | 100111 |
Color Harmonies of #401BAE
Complementary color
Monochromatic Colors of #401BAE
Black with #401BAE
Text Example
Text Example
White with #401BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BAE; }
p { color: rgb(64,27,174); }
H1.HeaderClassName
{
color: #401BAE;
}
.AnyTagClassName
{
color: #401BAE;
}
</style>
background-color css
<style>
a { background-color: #401BAE; }
a { background-color: rgb(64,27,174); }
div.DivClassName
{
background-color: #401BAE;
}
.BgClassName
{
background-color: #401BAE;
}
</style>
border-color css
<style>
span { border-color: #401BAE; }
span { border-color: rgb(64,27,174); }
td.TdClassName
{
border-color: #401BAE;
}
.TagClassName
{
border-color: #401BAE;
}
</style>