Shades of Purple Heart #3F2EC0
Tints of Purple Heart #3F2EC0
RGB
CMYK
RGB Variations
Color information
#3F2EC0 (or 0x3F2EC0) is known color: Purple Heart. HEX triplet: 3F, 2E and C0. RGB value is (63,46,192). Sum of RGB (Red+Green+Blue) = 63+46+192=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F2EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EC0 is #C0D13F. Grayscale: #434343. Windows color (decimal): -12636480 or 12594751. OLE color: 12594751.
HSL color Cylindrical-coordinate representation of color #3F2EC0: hue angle of 246.99º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2EC0 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 46 | 192 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.25 |
| HSL | 246.99º | 0.61% | 0.47% | - |
| HSV(B) | 246.99º | 0.76% | 0.75% | - |
| XYZ | 12.54 | 6.82 | 50.52 | - |
| YUV | 67.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 192 | 0.67 | 0.76 | 0 | 0.25 | 246.99 | 0.61 | 0.47 |
| Hex | 3F | 2E | C0 | 43 | 4C | 0 | 19 | F7 | 3D | 2F |
| Octal | 77 | 56 | 300 | 103 | 114 | 0 | 31 | 367 | 75 | 57 |
| Binary | 111111 | 101110 | 11000000 | 1000011 | 1001100 | 0 | 11001 | 11110111 | 111101 | 101111 |
Color Harmonies of #3F2EC0
Complementary color
Monochromatic Colors of #3F2EC0
Black with #3F2EC0
Text Example
Text Example
White with #3F2EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2EC0; }
p { color: rgb(63,46,192); }
H1.HeaderClassName
{
color: #3F2EC0;
}
.AnyTagClassName
{
color: #3F2EC0;
}
</style>
background-color css
<style>
a { background-color: #3F2EC0; }
a { background-color: rgb(63,46,192); }
div.DivClassName
{
background-color: #3F2EC0;
}
.BgClassName
{
background-color: #3F2EC0;
}
</style>
border-color css
<style>
span { border-color: #3F2EC0; }
span { border-color: rgb(63,46,192); }
td.TdClassName
{
border-color: #3F2EC0;
}
.TagClassName
{
border-color: #3F2EC0;
}
</style>