Shades of Purple Heart #3F06BD
Tints of Purple Heart #3F06BD
RGB
CMYK
RGB Variations
Color information
#3F06BD (or 0x3F06BD) is known color: Purple Heart. HEX triplet: 3F, 06 and BD. RGB value is (63,6,189). Sum of RGB (Red+Green+Blue) = 63+6+189=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F06BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F06BD is #C0F942. Grayscale: #2B2B2B. Windows color (decimal): -12646723 or 12387903. OLE color: 12387903.
HSL color Cylindrical-coordinate representation of color #3F06BD: hue angle of 258.69º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F06BD is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 6 | 189 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.26 |
| HSL | 258.69º | 0.94% | 0.38% | - |
| HSV(B) | 258.69º | 0.97% | 0.74% | - |
| XYZ | 11.3 | 4.86 | 48.49 | - |
| YUV | 43.91 | 209.88 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 189 | 0.67 | 0.97 | 0 | 0.26 | 258.69 | 0.94 | 0.38 |
| Hex | 3F | 6 | BD | 43 | 61 | 0 | 1A | 103 | 5E | 26 |
| Octal | 77 | 6 | 275 | 103 | 141 | 0 | 32 | 403 | 136 | 46 |
| Binary | 111111 | 110 | 10111101 | 1000011 | 1100001 | 0 | 11010 | 100000011 | 1011110 | 100110 |
Color Harmonies of #3F06BD
Complementary color
Monochromatic Colors of #3F06BD
Black with #3F06BD
Text Example
Text Example
White with #3F06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F06BD; }
p { color: rgb(63,6,189); }
H1.HeaderClassName
{
color: #3F06BD;
}
.AnyTagClassName
{
color: #3F06BD;
}
</style>
background-color css
<style>
a { background-color: #3F06BD; }
a { background-color: rgb(63,6,189); }
div.DivClassName
{
background-color: #3F06BD;
}
.BgClassName
{
background-color: #3F06BD;
}
</style>
border-color css
<style>
span { border-color: #3F06BD; }
span { border-color: rgb(63,6,189); }
td.TdClassName
{
border-color: #3F06BD;
}
.TagClassName
{
border-color: #3F06BD;
}
</style>