Shades of Purple Heart #4002BF
Tints of Purple Heart #4002BF
RGB
CMYK
RGB Variations
Color information
#4002BF (or 0x4002BF) is known color: Purple Heart. HEX triplet: 40, 02 and BF. RGB value is (64,2,191). Sum of RGB (Red+Green+Blue) = 64+2+191=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #4002BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002BF is #BFFD40. Grayscale: #292929. Windows color (decimal): -12582209 or 12517952. OLE color: 12517952.
HSL color Cylindrical-coordinate representation of color #4002BF: hue angle of 259.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002BF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 2 | 191 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.25 |
| HSL | 259.68º | 0.98% | 0.38% | - |
| HSV(B) | 259.68º | 0.99% | 0.75% | - |
| XYZ | 11.54 | 4.89 | 49.63 | - |
| YUV | 42.08 | 212.04 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 191 | 0.66 | 0.99 | 0 | 0.25 | 259.68 | 0.98 | 0.38 |
| Hex | 40 | 2 | BF | 42 | 63 | 0 | 19 | 104 | 62 | 26 |
| Octal | 100 | 2 | 277 | 102 | 143 | 0 | 31 | 404 | 142 | 46 |
| Binary | 1000000 | 10 | 10111111 | 1000010 | 1100011 | 0 | 11001 | 100000100 | 1100010 | 100110 |
Color Harmonies of #4002BF
Complementary color
Monochromatic Colors of #4002BF
Black with #4002BF
Text Example
Text Example
White with #4002BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002BF; }
p { color: rgb(64,2,191); }
H1.HeaderClassName
{
color: #4002BF;
}
.AnyTagClassName
{
color: #4002BF;
}
</style>
background-color css
<style>
a { background-color: #4002BF; }
a { background-color: rgb(64,2,191); }
div.DivClassName
{
background-color: #4002BF;
}
.BgClassName
{
background-color: #4002BF;
}
</style>
border-color css
<style>
span { border-color: #4002BF; }
span { border-color: rgb(64,2,191); }
td.TdClassName
{
border-color: #4002BF;
}
.TagClassName
{
border-color: #4002BF;
}
</style>