Shades of Purple Heart #401AB7
Tints of Purple Heart #401AB7
RGB
CMYK
RGB Variations
Color information
#401AB7 (or 0x401AB7) is known color: Purple Heart. HEX triplet: 40, 1A and B7. RGB value is (64,26,183). Sum of RGB (Red+Green+Blue) = 64+26+183=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 183 (71.88% from 255 or 67.03% from 273); Max value from RGB is 183 - color contains mainly: blue. Hex color #401AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401AB7 is #BFE548. Grayscale: #363636. Windows color (decimal): -12576073 or 11999808. OLE color: 11999808.
HSL color Cylindrical-coordinate representation of color #401AB7: hue angle of 254.52º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401AB7 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 26 | 183 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.28 |
| HSL | 254.52º | 0.75% | 0.41% | - |
| HSV(B) | 254.52º | 0.86% | 0.72% | - |
| XYZ | 11.03 | 5.25 | 45.23 | - |
| YUV | 55.26 | 200.09 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 183 | 0.65 | 0.86 | 0 | 0.28 | 254.52 | 0.75 | 0.41 |
| Hex | 40 | 1A | B7 | 41 | 56 | 0 | 1C | FF | 4B | 29 |
| Octal | 100 | 32 | 267 | 101 | 126 | 0 | 34 | 377 | 113 | 51 |
| Binary | 1000000 | 11010 | 10110111 | 1000001 | 1010110 | 0 | 11100 | 11111111 | 1001011 | 101001 |
Color Harmonies of #401AB7
Complementary color
Monochromatic Colors of #401AB7
Black with #401AB7
Text Example
Text Example
White with #401AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AB7; }
p { color: rgb(64,26,183); }
H1.HeaderClassName
{
color: #401AB7;
}
.AnyTagClassName
{
color: #401AB7;
}
</style>
background-color css
<style>
a { background-color: #401AB7; }
a { background-color: rgb(64,26,183); }
div.DivClassName
{
background-color: #401AB7;
}
.BgClassName
{
background-color: #401AB7;
}
</style>
border-color css
<style>
span { border-color: #401AB7; }
span { border-color: rgb(64,26,183); }
td.TdClassName
{
border-color: #401AB7;
}
.TagClassName
{
border-color: #401AB7;
}
</style>