Shades of Purple Heart #3F0ECA
Tints of Purple Heart #3F0ECA
RGB
CMYK
RGB Variations
Color information
#3F0ECA (or 0x3F0ECA) is known color: Purple Heart. HEX triplet: 3F, 0E and CA. RGB value is (63,14,202). Sum of RGB (Red+Green+Blue) = 63+14+202=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F0ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ECA is #C0F135. Grayscale: #313131. Windows color (decimal): -12644662 or 13241919. OLE color: 13241919.
HSL color Cylindrical-coordinate representation of color #3F0ECA: hue angle of 255.64º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0ECA is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 14 | 202 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.21 |
| HSL | 255.64º | 0.87% | 0.42% | - |
| HSV(B) | 255.64º | 0.93% | 0.79% | - |
| XYZ | 12.87 | 5.64 | 56.29 | - |
| YUV | 50.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 202 | 0.69 | 0.93 | 0 | 0.21 | 255.64 | 0.87 | 0.42 |
| Hex | 3F | E | CA | 45 | 5D | 0 | 15 | 100 | 57 | 2A |
| Octal | 77 | 16 | 312 | 105 | 135 | 0 | 25 | 400 | 127 | 52 |
| Binary | 111111 | 1110 | 11001010 | 1000101 | 1011101 | 0 | 10101 | 100000000 | 1010111 | 101010 |
Color Harmonies of #3F0ECA
Complementary color
Monochromatic Colors of #3F0ECA
Black with #3F0ECA
Text Example
Text Example
White with #3F0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0ECA; }
p { color: rgb(63,14,202); }
H1.HeaderClassName
{
color: #3F0ECA;
}
.AnyTagClassName
{
color: #3F0ECA;
}
</style>
background-color css
<style>
a { background-color: #3F0ECA; }
a { background-color: rgb(63,14,202); }
div.DivClassName
{
background-color: #3F0ECA;
}
.BgClassName
{
background-color: #3F0ECA;
}
</style>
border-color css
<style>
span { border-color: #3F0ECA; }
span { border-color: rgb(63,14,202); }
td.TdClassName
{
border-color: #3F0ECA;
}
.TagClassName
{
border-color: #3F0ECA;
}
</style>