Shades of Purple Heart #3F0BB6
Tints of Purple Heart #3F0BB6
RGB
CMYK
RGB Variations
Color information
#3F0BB6 (or 0x3F0BB6) is known color: Purple Heart. HEX triplet: 3F, 0B and B6. RGB value is (63,11,182). Sum of RGB (Red+Green+Blue) = 63+11+182=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F0BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0BB6 is #C0F449. Grayscale: #2D2D2D. Windows color (decimal): -12645450 or 11930431. OLE color: 11930431.
HSL color Cylindrical-coordinate representation of color #3F0BB6: hue angle of 258.25º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0BB6 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 11 | 182 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.29 |
| HSL | 258.25º | 0.89% | 0.38% | - |
| HSV(B) | 258.25º | 0.94% | 0.71% | - |
| XYZ | 10.61 | 4.67 | 44.6 | - |
| YUV | 46.04 | 204.73 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 182 | 0.65 | 0.94 | 0 | 0.29 | 258.25 | 0.89 | 0.38 |
| Hex | 3F | B | B6 | 41 | 5E | 0 | 1D | 102 | 59 | 26 |
| Octal | 77 | 13 | 266 | 101 | 136 | 0 | 35 | 402 | 131 | 46 |
| Binary | 111111 | 1011 | 10110110 | 1000001 | 1011110 | 0 | 11101 | 100000010 | 1011001 | 100110 |
Color Harmonies of #3F0BB6
Complementary color
Monochromatic Colors of #3F0BB6
Black with #3F0BB6
Text Example
Text Example
White with #3F0BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BB6; }
p { color: rgb(63,11,182); }
H1.HeaderClassName
{
color: #3F0BB6;
}
.AnyTagClassName
{
color: #3F0BB6;
}
</style>
background-color css
<style>
a { background-color: #3F0BB6; }
a { background-color: rgb(63,11,182); }
div.DivClassName
{
background-color: #3F0BB6;
}
.BgClassName
{
background-color: #3F0BB6;
}
</style>
border-color css
<style>
span { border-color: #3F0BB6; }
span { border-color: rgb(63,11,182); }
td.TdClassName
{
border-color: #3F0BB6;
}
.TagClassName
{
border-color: #3F0BB6;
}
</style>