Shades of Purple Heart #401ABB
Tints of Purple Heart #401ABB
RGB
CMYK
RGB Variations
Color information
#401ABB (or 0x401ABB) is known color: Purple Heart. HEX triplet: 40, 1A and BB. RGB value is (64,26,187). Sum of RGB (Red+Green+Blue) = 64+26+187=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #401ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ABB is #BFE544. Grayscale: #373737. Windows color (decimal): -12576069 or 12261952. OLE color: 12261952.
HSL color Cylindrical-coordinate representation of color #401ABB: hue angle of 254.16º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401ABB is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 26 | 187 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.27 |
| HSL | 254.16º | 0.76% | 0.42% | - |
| HSV(B) | 254.16º | 0.86% | 0.73% | - |
| XYZ | 11.45 | 5.42 | 47.46 | - |
| YUV | 55.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 187 | 0.66 | 0.86 | 0 | 0.27 | 254.16 | 0.76 | 0.42 |
| Hex | 40 | 1A | BB | 42 | 56 | 0 | 1B | FE | 4C | 2A |
| Octal | 100 | 32 | 273 | 102 | 126 | 0 | 33 | 376 | 114 | 52 |
| Binary | 1000000 | 11010 | 10111011 | 1000010 | 1010110 | 0 | 11011 | 11111110 | 1001100 | 101010 |
Color Harmonies of #401ABB
Complementary color
Monochromatic Colors of #401ABB
Black with #401ABB
Text Example
Text Example
White with #401ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401ABB; }
p { color: rgb(64,26,187); }
H1.HeaderClassName
{
color: #401ABB;
}
.AnyTagClassName
{
color: #401ABB;
}
</style>
background-color css
<style>
a { background-color: #401ABB; }
a { background-color: rgb(64,26,187); }
div.DivClassName
{
background-color: #401ABB;
}
.BgClassName
{
background-color: #401ABB;
}
</style>
border-color css
<style>
span { border-color: #401ABB; }
span { border-color: rgb(64,26,187); }
td.TdClassName
{
border-color: #401ABB;
}
.TagClassName
{
border-color: #401ABB;
}
</style>