Shades of Purple Heart #3F1FC6
Tints of Purple Heart #3F1FC6
RGB
CMYK
RGB Variations
Color information
#3F1FC6 (or 0x3F1FC6) is known color: Purple Heart. HEX triplet: 3F, 1F and C6. RGB value is (63,31,198). Sum of RGB (Red+Green+Blue) = 63+31+198=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #3F1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1FC6 is #C0E039. Grayscale: #3A3A3A. Windows color (decimal): -12640314 or 12984127. OLE color: 12984127.
HSL color Cylindrical-coordinate representation of color #3F1FC6: hue angle of 251.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1FC6 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 31 | 198 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.22 |
| HSL | 251.5º | 0.73% | 0.45% | - |
| HSV(B) | 251.5º | 0.84% | 0.78% | - |
| XYZ | 12.73 | 6.11 | 53.94 | - |
| YUV | 59.61 | 206.1 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 198 | 0.68 | 0.84 | 0 | 0.22 | 251.5 | 0.73 | 0.45 |
| Hex | 3F | 1F | C6 | 44 | 54 | 0 | 16 | FB | 49 | 2D |
| Octal | 77 | 37 | 306 | 104 | 124 | 0 | 26 | 373 | 111 | 55 |
| Binary | 111111 | 11111 | 11000110 | 1000100 | 1010100 | 0 | 10110 | 11111011 | 1001001 | 101101 |
Color Harmonies of #3F1FC6
Complementary color
Monochromatic Colors of #3F1FC6
Black with #3F1FC6
Text Example
Text Example
White with #3F1FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1FC6; }
p { color: rgb(63,31,198); }
H1.HeaderClassName
{
color: #3F1FC6;
}
.AnyTagClassName
{
color: #3F1FC6;
}
</style>
background-color css
<style>
a { background-color: #3F1FC6; }
a { background-color: rgb(63,31,198); }
div.DivClassName
{
background-color: #3F1FC6;
}
.BgClassName
{
background-color: #3F1FC6;
}
</style>
border-color css
<style>
span { border-color: #3F1FC6; }
span { border-color: rgb(63,31,198); }
td.TdClassName
{
border-color: #3F1FC6;
}
.TagClassName
{
border-color: #3F1FC6;
}
</style>