Shades of Purple Heart #3F2DBA
Tints of Purple Heart #3F2DBA
RGB
CMYK
RGB Variations
Color information
#3F2DBA (or 0x3F2DBA) is known color: Purple Heart. HEX triplet: 3F, 2D and BA. RGB value is (63,45,186). Sum of RGB (Red+Green+Blue) = 63+45+186=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F2DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2DBA is #C0D245. Grayscale: #414141. Windows color (decimal): -12636742 or 12201279. OLE color: 12201279.
HSL color Cylindrical-coordinate representation of color #3F2DBA: hue angle of 247.66º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2DBA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 45 | 186 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.27 |
| HSL | 247.66º | 0.61% | 0.45% | - |
| HSV(B) | 247.66º | 0.76% | 0.73% | - |
| XYZ | 11.85 | 6.48 | 47.08 | - |
| YUV | 66.46 | 195.46 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 186 | 0.66 | 0.76 | 0 | 0.27 | 247.66 | 0.61 | 0.45 |
| Hex | 3F | 2D | BA | 42 | 4C | 0 | 1B | F8 | 3D | 2D |
| Octal | 77 | 55 | 272 | 102 | 114 | 0 | 33 | 370 | 75 | 55 |
| Binary | 111111 | 101101 | 10111010 | 1000010 | 1001100 | 0 | 11011 | 11111000 | 111101 | 101101 |
Color Harmonies of #3F2DBA
Complementary color
Monochromatic Colors of #3F2DBA
Black with #3F2DBA
Text Example
Text Example
White with #3F2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2DBA; }
p { color: rgb(63,45,186); }
H1.HeaderClassName
{
color: #3F2DBA;
}
.AnyTagClassName
{
color: #3F2DBA;
}
</style>
background-color css
<style>
a { background-color: #3F2DBA; }
a { background-color: rgb(63,45,186); }
div.DivClassName
{
background-color: #3F2DBA;
}
.BgClassName
{
background-color: #3F2DBA;
}
</style>
border-color css
<style>
span { border-color: #3F2DBA; }
span { border-color: rgb(63,45,186); }
td.TdClassName
{
border-color: #3F2DBA;
}
.TagClassName
{
border-color: #3F2DBA;
}
</style>