Shades of Purple Heart #4002BE
Tints of Purple Heart #4002BE
RGB
CMYK
RGB Variations
Color information
#4002BE (or 0x4002BE) is known color: Purple Heart. HEX triplet: 40, 02 and BE. RGB value is (64,2,190). Sum of RGB (Red+Green+Blue) = 64+2+190=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #4002BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002BE is #BFFD41. Grayscale: #292929. Windows color (decimal): -12582210 or 12452416. OLE color: 12452416.
HSL color Cylindrical-coordinate representation of color #4002BE: hue angle of 259.79º 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 #4002BE is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 2 | 190 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.25 |
| HSL | 259.79º | 0.98% | 0.38% | - |
| HSV(B) | 259.79º | 0.99% | 0.75% | - |
| XYZ | 11.43 | 4.85 | 49.05 | - |
| YUV | 41.97 | 211.54 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 190 | 0.66 | 0.99 | 0 | 0.25 | 259.79 | 0.98 | 0.38 |
| Hex | 40 | 2 | BE | 42 | 63 | 0 | 19 | 104 | 62 | 26 |
| Octal | 100 | 2 | 276 | 102 | 143 | 0 | 31 | 404 | 142 | 46 |
| Binary | 1000000 | 10 | 10111110 | 1000010 | 1100011 | 0 | 11001 | 100000100 | 1100010 | 100110 |
Color Harmonies of #4002BE
Complementary color
Monochromatic Colors of #4002BE
Black with #4002BE
Text Example
Text Example
White with #4002BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002BE; }
p { color: rgb(64,2,190); }
H1.HeaderClassName
{
color: #4002BE;
}
.AnyTagClassName
{
color: #4002BE;
}
</style>
background-color css
<style>
a { background-color: #4002BE; }
a { background-color: rgb(64,2,190); }
div.DivClassName
{
background-color: #4002BE;
}
.BgClassName
{
background-color: #4002BE;
}
</style>
border-color css
<style>
span { border-color: #4002BE; }
span { border-color: rgb(64,2,190); }
td.TdClassName
{
border-color: #4002BE;
}
.TagClassName
{
border-color: #4002BE;
}
</style>