Shades of Purple Heart #3F16BA
Tints of Purple Heart #3F16BA
RGB
CMYK
RGB Variations
Color information
#3F16BA (or 0x3F16BA) is known color: Purple Heart. HEX triplet: 3F, 16 and BA. RGB value is (63,22,186). Sum of RGB (Red+Green+Blue) = 63+22+186=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F16BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F16BA is #C0E945. Grayscale: #343434. Windows color (decimal): -12642630 or 12195391. OLE color: 12195391.
HSL color Cylindrical-coordinate representation of color #3F16BA: hue angle of 255º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F16BA is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 22 | 186 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.27 |
| HSL | 255º | 0.79% | 0.41% | - |
| HSV(B) | 255º | 0.88% | 0.73% | - |
| XYZ | 11.2 | 5.18 | 46.86 | - |
| YUV | 52.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 186 | 0.66 | 0.88 | 0 | 0.27 | 255 | 0.79 | 0.41 |
| Hex | 3F | 16 | BA | 42 | 58 | 0 | 1B | FF | 4F | 29 |
| Octal | 77 | 26 | 272 | 102 | 130 | 0 | 33 | 377 | 117 | 51 |
| Binary | 111111 | 10110 | 10111010 | 1000010 | 1011000 | 0 | 11011 | 11111111 | 1001111 | 101001 |
Color Harmonies of #3F16BA
Complementary color
Monochromatic Colors of #3F16BA
Black with #3F16BA
Text Example
Text Example
White with #3F16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16BA; }
p { color: rgb(63,22,186); }
H1.HeaderClassName
{
color: #3F16BA;
}
.AnyTagClassName
{
color: #3F16BA;
}
</style>
background-color css
<style>
a { background-color: #3F16BA; }
a { background-color: rgb(63,22,186); }
div.DivClassName
{
background-color: #3F16BA;
}
.BgClassName
{
background-color: #3F16BA;
}
</style>
border-color css
<style>
span { border-color: #3F16BA; }
span { border-color: rgb(63,22,186); }
td.TdClassName
{
border-color: #3F16BA;
}
.TagClassName
{
border-color: #3F16BA;
}
</style>