Shades of Purple Heart #401AAF
Tints of Purple Heart #401AAF
RGB
CMYK
RGB Variations
Color information
#401AAF (or 0x401AAF) is known color: Purple Heart. HEX triplet: 40, 1A and AF. RGB value is (64,26,175). Sum of RGB (Red+Green+Blue) = 64+26+175=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #401AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401AAF is #BFE550. Grayscale: #353535. Windows color (decimal): -12576081 or 11475520. OLE color: 11475520.
HSL color Cylindrical-coordinate representation of color #401AAF: hue angle of 255.3º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401AAF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 26 | 175 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.31 |
| HSL | 255.3º | 0.74% | 0.39% | - |
| HSV(B) | 255.3º | 0.85% | 0.69% | - |
| XYZ | 10.22 | 4.92 | 40.97 | - |
| YUV | 54.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 175 | 0.63 | 0.85 | 0 | 0.31 | 255.3 | 0.74 | 0.39 |
| Hex | 40 | 1A | AF | 3F | 55 | 0 | 1F | FF | 4A | 27 |
| Octal | 100 | 32 | 257 | 77 | 125 | 0 | 37 | 377 | 112 | 47 |
| Binary | 1000000 | 11010 | 10101111 | 111111 | 1010101 | 0 | 11111 | 11111111 | 1001010 | 100111 |
Color Harmonies of #401AAF
Complementary color
Monochromatic Colors of #401AAF
Black with #401AAF
Text Example
Text Example
White with #401AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AAF; }
p { color: rgb(64,26,175); }
H1.HeaderClassName
{
color: #401AAF;
}
.AnyTagClassName
{
color: #401AAF;
}
</style>
background-color css
<style>
a { background-color: #401AAF; }
a { background-color: rgb(64,26,175); }
div.DivClassName
{
background-color: #401AAF;
}
.BgClassName
{
background-color: #401AAF;
}
</style>
border-color css
<style>
span { border-color: #401AAF; }
span { border-color: rgb(64,26,175); }
td.TdClassName
{
border-color: #401AAF;
}
.TagClassName
{
border-color: #401AAF;
}
</style>