Shades of Purple Heart #3F2BD0
Tints of Purple Heart #3F2BD0
RGB
CMYK
RGB Variations
Color information
#3F2BD0 (or 0x3F2BD0) is known color: Purple Heart. HEX triplet: 3F, 2B and D0. RGB value is (63,43,208). Sum of RGB (Red+Green+Blue) = 63+43+208=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 208 (81.64% from 255 or 66.24% from 314); Max value from RGB is 208 - color contains mainly: blue. Hex color #3F2BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2BD0 is #C0D42F. Grayscale: #434343. Windows color (decimal): -12637232 or 13642559. OLE color: 13642559.
HSL color Cylindrical-coordinate representation of color #3F2BD0: hue angle of 247.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2BD0 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 43 | 208 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.18 |
| HSL | 247.27º | 0.66% | 0.49% | - |
| HSV(B) | 247.27º | 0.79% | 0.82% | - |
| XYZ | 14.3 | 7.34 | 60.34 | - |
| YUV | 67.79 | 207.13 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 208 | 0.70 | 0.79 | 0 | 0.18 | 247.27 | 0.66 | 0.49 |
| Hex | 3F | 2B | D0 | 46 | 4F | 0 | 12 | F7 | 42 | 31 |
| Octal | 77 | 53 | 320 | 106 | 117 | 0 | 22 | 367 | 102 | 61 |
| Binary | 111111 | 101011 | 11010000 | 1000110 | 1001111 | 0 | 10010 | 11110111 | 1000010 | 110001 |
Color Harmonies of #3F2BD0
Complementary color
Monochromatic Colors of #3F2BD0
Black with #3F2BD0
Text Example
Text Example
White with #3F2BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2BD0; }
p { color: rgb(63,43,208); }
H1.HeaderClassName
{
color: #3F2BD0;
}
.AnyTagClassName
{
color: #3F2BD0;
}
</style>
background-color css
<style>
a { background-color: #3F2BD0; }
a { background-color: rgb(63,43,208); }
div.DivClassName
{
background-color: #3F2BD0;
}
.BgClassName
{
background-color: #3F2BD0;
}
</style>
border-color css
<style>
span { border-color: #3F2BD0; }
span { border-color: rgb(63,43,208); }
td.TdClassName
{
border-color: #3F2BD0;
}
.TagClassName
{
border-color: #3F2BD0;
}
</style>