Shades of Purple Heart #401ABF
Tints of Purple Heart #401ABF
RGB
CMYK
RGB Variations
Color information
#401ABF (or 0x401ABF) is known color: Purple Heart. HEX triplet: 40, 1A and BF. RGB value is (64,26,191). Sum of RGB (Red+Green+Blue) = 64+26+191=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #401ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ABF is #BFE540. Grayscale: #373737. Windows color (decimal): -12576065 or 12524096. OLE color: 12524096.
HSL color Cylindrical-coordinate representation of color #401ABF: hue angle of 253.82º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401ABF is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 26 | 191 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.25 |
| HSL | 253.82º | 0.76% | 0.43% | - |
| HSV(B) | 253.82º | 0.86% | 0.75% | - |
| XYZ | 11.89 | 5.59 | 49.74 | - |
| YUV | 56.17 | 204.09 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 191 | 0.66 | 0.86 | 0 | 0.25 | 253.82 | 0.76 | 0.43 |
| Hex | 40 | 1A | BF | 42 | 56 | 0 | 19 | FE | 4C | 2B |
| Octal | 100 | 32 | 277 | 102 | 126 | 0 | 31 | 376 | 114 | 53 |
| Binary | 1000000 | 11010 | 10111111 | 1000010 | 1010110 | 0 | 11001 | 11111110 | 1001100 | 101011 |
Color Harmonies of #401ABF
Complementary color
Monochromatic Colors of #401ABF
Black with #401ABF
Text Example
Text Example
White with #401ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401ABF; }
p { color: rgb(64,26,191); }
H1.HeaderClassName
{
color: #401ABF;
}
.AnyTagClassName
{
color: #401ABF;
}
</style>
background-color css
<style>
a { background-color: #401ABF; }
a { background-color: rgb(64,26,191); }
div.DivClassName
{
background-color: #401ABF;
}
.BgClassName
{
background-color: #401ABF;
}
</style>
border-color css
<style>
span { border-color: #401ABF; }
span { border-color: rgb(64,26,191); }
td.TdClassName
{
border-color: #401ABF;
}
.TagClassName
{
border-color: #401ABF;
}
</style>