Shades of Purple Heart #4002BA
Tints of Purple Heart #4002BA
RGB
CMYK
RGB Variations
Color information
#4002BA (or 0x4002BA) is known color: Purple Heart. HEX triplet: 40, 02 and BA. RGB value is (64,2,186). Sum of RGB (Red+Green+Blue) = 64+2+186=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #4002BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002BA is #BFFD45. Grayscale: #282828. Windows color (decimal): -12582214 or 12190272. OLE color: 12190272.
HSL color Cylindrical-coordinate representation of color #4002BA: hue angle of 260.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002BA is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 2 | 186 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.27 |
| HSL | 260.22º | 0.98% | 0.37% | - |
| HSV(B) | 260.22º | 0.99% | 0.73% | - |
| XYZ | 11 | 4.68 | 46.78 | - |
| YUV | 41.51 | 209.54 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 186 | 0.66 | 0.99 | 0 | 0.27 | 260.22 | 0.98 | 0.37 |
| Hex | 40 | 2 | BA | 42 | 63 | 0 | 1B | 104 | 62 | 25 |
| Octal | 100 | 2 | 272 | 102 | 143 | 0 | 33 | 404 | 142 | 45 |
| Binary | 1000000 | 10 | 10111010 | 1000010 | 1100011 | 0 | 11011 | 100000100 | 1100010 | 100101 |
Color Harmonies of #4002BA
Complementary color
Monochromatic Colors of #4002BA
Black with #4002BA
Text Example
Text Example
White with #4002BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002BA; }
p { color: rgb(64,2,186); }
H1.HeaderClassName
{
color: #4002BA;
}
.AnyTagClassName
{
color: #4002BA;
}
</style>
background-color css
<style>
a { background-color: #4002BA; }
a { background-color: rgb(64,2,186); }
div.DivClassName
{
background-color: #4002BA;
}
.BgClassName
{
background-color: #4002BA;
}
</style>
border-color css
<style>
span { border-color: #4002BA; }
span { border-color: rgb(64,2,186); }
td.TdClassName
{
border-color: #4002BA;
}
.TagClassName
{
border-color: #4002BA;
}
</style>