Shades of Purple Heart #4017BA
Tints of Purple Heart #4017BA
RGB
CMYK
RGB Variations
Color information
#4017BA (or 0x4017BA) is known color: Purple Heart. HEX triplet: 40, 17 and BA. RGB value is (64,23,186). Sum of RGB (Red+Green+Blue) = 64+23+186=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #4017BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017BA is #BFE845. Grayscale: #353535. Windows color (decimal): -12576838 or 12195648. OLE color: 12195648.
HSL color Cylindrical-coordinate representation of color #4017BA: hue angle of 255.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4017BA is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 23 | 186 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.27 |
| HSL | 255.09º | 0.78% | 0.41% | - |
| HSV(B) | 255.09º | 0.88% | 0.73% | - |
| XYZ | 11.28 | 5.25 | 46.87 | - |
| YUV | 53.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 186 | 0.66 | 0.88 | 0 | 0.27 | 255.09 | 0.78 | 0.41 |
| Hex | 40 | 17 | BA | 42 | 58 | 0 | 1B | FF | 4E | 29 |
| Octal | 100 | 27 | 272 | 102 | 130 | 0 | 33 | 377 | 116 | 51 |
| Binary | 1000000 | 10111 | 10111010 | 1000010 | 1011000 | 0 | 11011 | 11111111 | 1001110 | 101001 |
Color Harmonies of #4017BA
Complementary color
Monochromatic Colors of #4017BA
Black with #4017BA
Text Example
Text Example
White with #4017BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017BA; }
p { color: rgb(64,23,186); }
H1.HeaderClassName
{
color: #4017BA;
}
.AnyTagClassName
{
color: #4017BA;
}
</style>
background-color css
<style>
a { background-color: #4017BA; }
a { background-color: rgb(64,23,186); }
div.DivClassName
{
background-color: #4017BA;
}
.BgClassName
{
background-color: #4017BA;
}
</style>
border-color css
<style>
span { border-color: #4017BA; }
span { border-color: rgb(64,23,186); }
td.TdClassName
{
border-color: #4017BA;
}
.TagClassName
{
border-color: #4017BA;
}
</style>