Shades of Purple Heart #3F1DBF
Tints of Purple Heart #3F1DBF
RGB
CMYK
RGB Variations
Color information
#3F1DBF (or 0x3F1DBF) is known color: Purple Heart. HEX triplet: 3F, 1D and BF. RGB value is (63,29,191). Sum of RGB (Red+Green+Blue) = 63+29+191=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F1DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1DBF is #C0E240. Grayscale: #393939. Windows color (decimal): -12640833 or 12524863. OLE color: 12524863.
HSL color Cylindrical-coordinate representation of color #3F1DBF: hue angle of 252.59º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1DBF is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 29 | 191 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.25 |
| HSL | 252.59º | 0.74% | 0.43% | - |
| HSV(B) | 252.59º | 0.85% | 0.75% | - |
| XYZ | 11.89 | 5.7 | 49.76 | - |
| YUV | 57.63 | 203.26 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 191 | 0.67 | 0.85 | 0 | 0.25 | 252.59 | 0.74 | 0.43 |
| Hex | 3F | 1D | BF | 43 | 55 | 0 | 19 | FD | 4A | 2B |
| Octal | 77 | 35 | 277 | 103 | 125 | 0 | 31 | 375 | 112 | 53 |
| Binary | 111111 | 11101 | 10111111 | 1000011 | 1010101 | 0 | 11001 | 11111101 | 1001010 | 101011 |
Color Harmonies of #3F1DBF
Complementary color
Monochromatic Colors of #3F1DBF
Black with #3F1DBF
Text Example
Text Example
White with #3F1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1DBF; }
p { color: rgb(63,29,191); }
H1.HeaderClassName
{
color: #3F1DBF;
}
.AnyTagClassName
{
color: #3F1DBF;
}
</style>
background-color css
<style>
a { background-color: #3F1DBF; }
a { background-color: rgb(63,29,191); }
div.DivClassName
{
background-color: #3F1DBF;
}
.BgClassName
{
background-color: #3F1DBF;
}
</style>
border-color css
<style>
span { border-color: #3F1DBF; }
span { border-color: rgb(63,29,191); }
td.TdClassName
{
border-color: #3F1DBF;
}
.TagClassName
{
border-color: #3F1DBF;
}
</style>