Shades of Purple Heart #401ABA
Tints of Purple Heart #401ABA
RGB
CMYK
RGB Variations
Color information
#401ABA (or 0x401ABA) is known color: Purple Heart. HEX triplet: 40, 1A and BA. RGB value is (64,26,186). Sum of RGB (Red+Green+Blue) = 64+26+186=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #401ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ABA is #BFE545. Grayscale: #373737. Windows color (decimal): -12576070 or 12196416. OLE color: 12196416.
HSL color Cylindrical-coordinate representation of color #401ABA: hue angle of 254.25º degrees, saturation: 0.75, 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 #401ABA is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 26 | 186 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.27 |
| HSL | 254.25º | 0.75% | 0.42% | - |
| HSV(B) | 254.25º | 0.86% | 0.73% | - |
| XYZ | 11.35 | 5.37 | 46.89 | - |
| YUV | 55.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 186 | 0.66 | 0.86 | 0 | 0.27 | 254.25 | 0.75 | 0.42 |
| Hex | 40 | 1A | BA | 42 | 56 | 0 | 1B | FE | 4B | 2A |
| Octal | 100 | 32 | 272 | 102 | 126 | 0 | 33 | 376 | 113 | 52 |
| Binary | 1000000 | 11010 | 10111010 | 1000010 | 1010110 | 0 | 11011 | 11111110 | 1001011 | 101010 |
Color Harmonies of #401ABA
Complementary color
Monochromatic Colors of #401ABA
Black with #401ABA
Text Example
Text Example
White with #401ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401ABA; }
p { color: rgb(64,26,186); }
H1.HeaderClassName
{
color: #401ABA;
}
.AnyTagClassName
{
color: #401ABA;
}
</style>
background-color css
<style>
a { background-color: #401ABA; }
a { background-color: rgb(64,26,186); }
div.DivClassName
{
background-color: #401ABA;
}
.BgClassName
{
background-color: #401ABA;
}
</style>
border-color css
<style>
span { border-color: #401ABA; }
span { border-color: rgb(64,26,186); }
td.TdClassName
{
border-color: #401ABA;
}
.TagClassName
{
border-color: #401ABA;
}
</style>