Shades of Purple Heart #3F1ECE
Tints of Purple Heart #3F1ECE
RGB
CMYK
RGB Variations
Color information
#3F1ECE (or 0x3F1ECE) is known color: Purple Heart. HEX triplet: 3F, 1E and CE. RGB value is (63,30,206). Sum of RGB (Red+Green+Blue) = 63+30+206=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ECE is #C0E131. Grayscale: #3B3B3B. Windows color (decimal): -12640562 or 13508159. OLE color: 13508159.
HSL color Cylindrical-coordinate representation of color #3F1ECE: hue angle of 251.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1ECE is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 30 | 206 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.19 |
| HSL | 251.25º | 0.75% | 0.46% | - |
| HSV(B) | 251.25º | 0.85% | 0.81% | - |
| XYZ | 13.65 | 6.44 | 58.92 | - |
| YUV | 59.93 | 210.43 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 206 | 0.69 | 0.85 | 0 | 0.19 | 251.25 | 0.75 | 0.46 |
| Hex | 3F | 1E | CE | 45 | 55 | 0 | 13 | FB | 4B | 2E |
| Octal | 77 | 36 | 316 | 105 | 125 | 0 | 23 | 373 | 113 | 56 |
| Binary | 111111 | 11110 | 11001110 | 1000101 | 1010101 | 0 | 10011 | 11111011 | 1001011 | 101110 |
Color Harmonies of #3F1ECE
Complementary color
Monochromatic Colors of #3F1ECE
Black with #3F1ECE
Text Example
Text Example
White with #3F1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1ECE; }
p { color: rgb(63,30,206); }
H1.HeaderClassName
{
color: #3F1ECE;
}
.AnyTagClassName
{
color: #3F1ECE;
}
</style>
background-color css
<style>
a { background-color: #3F1ECE; }
a { background-color: rgb(63,30,206); }
div.DivClassName
{
background-color: #3F1ECE;
}
.BgClassName
{
background-color: #3F1ECE;
}
</style>
border-color css
<style>
span { border-color: #3F1ECE; }
span { border-color: rgb(63,30,206); }
td.TdClassName
{
border-color: #3F1ECE;
}
.TagClassName
{
border-color: #3F1ECE;
}
</style>