Shades of Purple Heart #401AAD
Tints of Purple Heart #401AAD
RGB
CMYK
RGB Variations
Color information
#401AAD (or 0x401AAD) is known color: Purple Heart. HEX triplet: 40, 1A and AD. RGB value is (64,26,173). Sum of RGB (Red+Green+Blue) = 64+26+173=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #401AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401AAD is #BFE552. Grayscale: #353535. Windows color (decimal): -12576083 or 11344448. OLE color: 11344448.
HSL color Cylindrical-coordinate representation of color #401AAD: hue angle of 255.51º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401AAD is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 26 | 173 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.32 |
| HSL | 255.51º | 0.74% | 0.39% | - |
| HSV(B) | 255.51º | 0.85% | 0.68% | - |
| XYZ | 10.03 | 4.85 | 39.94 | - |
| YUV | 54.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 173 | 0.63 | 0.85 | 0 | 0.32 | 255.51 | 0.74 | 0.39 |
| Hex | 40 | 1A | AD | 3F | 55 | 0 | 20 | 100 | 4A | 27 |
| Octal | 100 | 32 | 255 | 77 | 125 | 0 | 40 | 400 | 112 | 47 |
| Binary | 1000000 | 11010 | 10101101 | 111111 | 1010101 | 0 | 100000 | 100000000 | 1001010 | 100111 |
Color Harmonies of #401AAD
Complementary color
Monochromatic Colors of #401AAD
Black with #401AAD
Text Example
Text Example
White with #401AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AAD; }
p { color: rgb(64,26,173); }
H1.HeaderClassName
{
color: #401AAD;
}
.AnyTagClassName
{
color: #401AAD;
}
</style>
background-color css
<style>
a { background-color: #401AAD; }
a { background-color: rgb(64,26,173); }
div.DivClassName
{
background-color: #401AAD;
}
.BgClassName
{
background-color: #401AAD;
}
</style>
border-color css
<style>
span { border-color: #401AAD; }
span { border-color: rgb(64,26,173); }
td.TdClassName
{
border-color: #401AAD;
}
.TagClassName
{
border-color: #401AAD;
}
</style>