Shades of Purple Heart #4027BA
Tints of Purple Heart #4027BA
RGB
CMYK
RGB Variations
Color information
#4027BA (or 0x4027BA) is known color: Purple Heart. HEX triplet: 40, 27 and BA. RGB value is (64,39,186). Sum of RGB (Red+Green+Blue) = 64+39+186=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #4027BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027BA is #BFD845. Grayscale: #3E3E3E. Windows color (decimal): -12572742 or 12199744. OLE color: 12199744.
HSL color Cylindrical-coordinate representation of color #4027BA: hue angle of 250.2º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4027BA is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 39 | 186 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.27 |
| HSL | 250.2º | 0.65% | 0.44% | - |
| HSV(B) | 250.2º | 0.79% | 0.73% | - |
| XYZ | 11.7 | 6.09 | 47.01 | - |
| YUV | 63.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 186 | 0.66 | 0.79 | 0 | 0.27 | 250.2 | 0.65 | 0.44 |
| Hex | 40 | 27 | BA | 42 | 4F | 0 | 1B | FA | 41 | 2C |
| Octal | 100 | 47 | 272 | 102 | 117 | 0 | 33 | 372 | 101 | 54 |
| Binary | 1000000 | 100111 | 10111010 | 1000010 | 1001111 | 0 | 11011 | 11111010 | 1000001 | 101100 |
Color Harmonies of #4027BA
Complementary color
Monochromatic Colors of #4027BA
Black with #4027BA
Text Example
Text Example
White with #4027BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4027BA; }
p { color: rgb(64,39,186); }
H1.HeaderClassName
{
color: #4027BA;
}
.AnyTagClassName
{
color: #4027BA;
}
</style>
background-color css
<style>
a { background-color: #4027BA; }
a { background-color: rgb(64,39,186); }
div.DivClassName
{
background-color: #4027BA;
}
.BgClassName
{
background-color: #4027BA;
}
</style>
border-color css
<style>
span { border-color: #4027BA; }
span { border-color: rgb(64,39,186); }
td.TdClassName
{
border-color: #4027BA;
}
.TagClassName
{
border-color: #4027BA;
}
</style>