Shades of Purple Heart #3F25BA
Tints of Purple Heart #3F25BA
RGB
CMYK
RGB Variations
Color information
#3F25BA (or 0x3F25BA) is known color: Purple Heart. HEX triplet: 3F, 25 and BA. RGB value is (63,37,186). Sum of RGB (Red+Green+Blue) = 63+37+186=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F25BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F25BA is #C0DA45. Grayscale: #3D3D3D. Windows color (decimal): -12638790 or 12199231. OLE color: 12199231.
HSL color Cylindrical-coordinate representation of color #3F25BA: hue angle of 250.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F25BA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 37 | 186 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.27 |
| HSL | 250.47º | 0.67% | 0.44% | - |
| HSV(B) | 250.47º | 0.8% | 0.73% | - |
| XYZ | 11.57 | 5.93 | 46.99 | - |
| YUV | 61.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 186 | 0.66 | 0.80 | 0 | 0.27 | 250.47 | 0.67 | 0.44 |
| Hex | 3F | 25 | BA | 42 | 50 | 0 | 1B | FA | 43 | 2C |
| Octal | 77 | 45 | 272 | 102 | 120 | 0 | 33 | 372 | 103 | 54 |
| Binary | 111111 | 100101 | 10111010 | 1000010 | 1010000 | 0 | 11011 | 11111010 | 1000011 | 101100 |
Color Harmonies of #3F25BA
Complementary color
Monochromatic Colors of #3F25BA
Black with #3F25BA
Text Example
Text Example
White with #3F25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F25BA; }
p { color: rgb(63,37,186); }
H1.HeaderClassName
{
color: #3F25BA;
}
.AnyTagClassName
{
color: #3F25BA;
}
</style>
background-color css
<style>
a { background-color: #3F25BA; }
a { background-color: rgb(63,37,186); }
div.DivClassName
{
background-color: #3F25BA;
}
.BgClassName
{
background-color: #3F25BA;
}
</style>
border-color css
<style>
span { border-color: #3F25BA; }
span { border-color: rgb(63,37,186); }
td.TdClassName
{
border-color: #3F25BA;
}
.TagClassName
{
border-color: #3F25BA;
}
</style>