Shades of Purple Heart #4009BA
Tints of Purple Heart #4009BA
RGB
CMYK
RGB Variations
Color information
#4009BA (or 0x4009BA) is known color: Purple Heart. HEX triplet: 40, 09 and BA. RGB value is (64,9,186). Sum of RGB (Red+Green+Blue) = 64+9+186=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #4009BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4009BA is #BFF645. Grayscale: #2C2C2C. Windows color (decimal): -12580422 or 12192064. OLE color: 12192064.
HSL color Cylindrical-coordinate representation of color #4009BA: hue angle of 258.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4009BA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 9 | 186 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.27 |
| HSL | 258.64º | 0.91% | 0.38% | - |
| HSV(B) | 258.64º | 0.95% | 0.73% | - |
| XYZ | 11.07 | 4.83 | 46.8 | - |
| YUV | 45.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 186 | 0.66 | 0.95 | 0 | 0.27 | 258.64 | 0.91 | 0.38 |
| Hex | 40 | 9 | BA | 42 | 5F | 0 | 1B | 103 | 5B | 26 |
| Octal | 100 | 11 | 272 | 102 | 137 | 0 | 33 | 403 | 133 | 46 |
| Binary | 1000000 | 1001 | 10111010 | 1000010 | 1011111 | 0 | 11011 | 100000011 | 1011011 | 100110 |
Color Harmonies of #4009BA
Complementary color
Monochromatic Colors of #4009BA
Black with #4009BA
Text Example
Text Example
White with #4009BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4009BA; }
p { color: rgb(64,9,186); }
H1.HeaderClassName
{
color: #4009BA;
}
.AnyTagClassName
{
color: #4009BA;
}
</style>
background-color css
<style>
a { background-color: #4009BA; }
a { background-color: rgb(64,9,186); }
div.DivClassName
{
background-color: #4009BA;
}
.BgClassName
{
background-color: #4009BA;
}
</style>
border-color css
<style>
span { border-color: #4009BA; }
span { border-color: rgb(64,9,186); }
td.TdClassName
{
border-color: #4009BA;
}
.TagClassName
{
border-color: #4009BA;
}
</style>