Shades of Purple Heart #3F10BA
Tints of Purple Heart #3F10BA
RGB
CMYK
RGB Variations
Color information
#3F10BA (or 0x3F10BA) is known color: Purple Heart. HEX triplet: 3F, 10 and BA. RGB value is (63,16,186). Sum of RGB (Red+Green+Blue) = 63+16+186=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F10BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10BA is #C0EF45. Grayscale: #303030. Windows color (decimal): -12644166 or 12193855. OLE color: 12193855.
HSL color Cylindrical-coordinate representation of color #3F10BA: hue angle of 256.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F10BA is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 16 | 186 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.27 |
| HSL | 256.59º | 0.84% | 0.4% | - |
| HSV(B) | 256.59º | 0.91% | 0.73% | - |
| XYZ | 11.1 | 4.97 | 46.83 | - |
| YUV | 49.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 186 | 0.66 | 0.91 | 0 | 0.27 | 256.59 | 0.84 | 0.4 |
| Hex | 3F | 10 | BA | 42 | 5B | 0 | 1B | 101 | 54 | 28 |
| Octal | 77 | 20 | 272 | 102 | 133 | 0 | 33 | 401 | 124 | 50 |
| Binary | 111111 | 10000 | 10111010 | 1000010 | 1011011 | 0 | 11011 | 100000001 | 1010100 | 101000 |
Color Harmonies of #3F10BA
Complementary color
Monochromatic Colors of #3F10BA
Black with #3F10BA
Text Example
Text Example
White with #3F10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F10BA; }
p { color: rgb(63,16,186); }
H1.HeaderClassName
{
color: #3F10BA;
}
.AnyTagClassName
{
color: #3F10BA;
}
</style>
background-color css
<style>
a { background-color: #3F10BA; }
a { background-color: rgb(63,16,186); }
div.DivClassName
{
background-color: #3F10BA;
}
.BgClassName
{
background-color: #3F10BA;
}
</style>
border-color css
<style>
span { border-color: #3F10BA; }
span { border-color: rgb(63,16,186); }
td.TdClassName
{
border-color: #3F10BA;
}
.TagClassName
{
border-color: #3F10BA;
}
</style>