Shades of Purple Heart #3F2EC9
Tints of Purple Heart #3F2EC9
RGB
CMYK
RGB Variations
Color information
#3F2EC9 (or 0x3F2EC9) is known color: Purple Heart. HEX triplet: 3F, 2E and C9. RGB value is (63,46,201). Sum of RGB (Red+Green+Blue) = 63+46+201=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F2EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EC9 is #C0D136. Grayscale: #444444. Windows color (decimal): -12636471 or 13184575. OLE color: 13184575.
HSL color Cylindrical-coordinate representation of color #3F2EC9: hue angle of 246.58º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F2EC9 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 46 | 201 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.21 |
| HSL | 246.58º | 0.63% | 0.48% | - |
| HSV(B) | 246.58º | 0.77% | 0.79% | - |
| XYZ | 13.57 | 7.23 | 55.94 | - |
| YUV | 68.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 201 | 0.69 | 0.77 | 0 | 0.21 | 246.58 | 0.63 | 0.48 |
| Hex | 3F | 2E | C9 | 45 | 4D | 0 | 15 | F7 | 3F | 30 |
| Octal | 77 | 56 | 311 | 105 | 115 | 0 | 25 | 367 | 77 | 60 |
| Binary | 111111 | 101110 | 11001001 | 1000101 | 1001101 | 0 | 10101 | 11110111 | 111111 | 110000 |
Color Harmonies of #3F2EC9
Complementary color
Monochromatic Colors of #3F2EC9
Black with #3F2EC9
Text Example
Text Example
White with #3F2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2EC9; }
p { color: rgb(63,46,201); }
H1.HeaderClassName
{
color: #3F2EC9;
}
.AnyTagClassName
{
color: #3F2EC9;
}
</style>
background-color css
<style>
a { background-color: #3F2EC9; }
a { background-color: rgb(63,46,201); }
div.DivClassName
{
background-color: #3F2EC9;
}
.BgClassName
{
background-color: #3F2EC9;
}
</style>
border-color css
<style>
span { border-color: #3F2EC9; }
span { border-color: rgb(63,46,201); }
td.TdClassName
{
border-color: #3F2EC9;
}
.TagClassName
{
border-color: #3F2EC9;
}
</style>