Shades of Purple Heart #3F06BE
Tints of Purple Heart #3F06BE
RGB
CMYK
RGB Variations
Color information
#3F06BE (or 0x3F06BE) is known color: Purple Heart. HEX triplet: 3F, 06 and BE. RGB value is (63,6,190). Sum of RGB (Red+Green+Blue) = 63+6+190=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F06BE is #C0F941. Grayscale: #2B2B2B. Windows color (decimal): -12646722 or 12453439. OLE color: 12453439.
HSL color Cylindrical-coordinate representation of color #3F06BE: hue angle of 258.59º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F06BE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 6 | 190 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.25 |
| HSL | 258.59º | 0.94% | 0.38% | - |
| HSV(B) | 258.59º | 0.97% | 0.75% | - |
| XYZ | 11.41 | 4.9 | 49.06 | - |
| YUV | 44.02 | 210.38 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 190 | 0.67 | 0.97 | 0 | 0.25 | 258.59 | 0.94 | 0.38 |
| Hex | 3F | 6 | BE | 43 | 61 | 0 | 19 | 103 | 5E | 26 |
| Octal | 77 | 6 | 276 | 103 | 141 | 0 | 31 | 403 | 136 | 46 |
| Binary | 111111 | 110 | 10111110 | 1000011 | 1100001 | 0 | 11001 | 100000011 | 1011110 | 100110 |
Color Harmonies of #3F06BE
Complementary color
Monochromatic Colors of #3F06BE
Black with #3F06BE
Text Example
Text Example
White with #3F06BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F06BE; }
p { color: rgb(63,6,190); }
H1.HeaderClassName
{
color: #3F06BE;
}
.AnyTagClassName
{
color: #3F06BE;
}
</style>
background-color css
<style>
a { background-color: #3F06BE; }
a { background-color: rgb(63,6,190); }
div.DivClassName
{
background-color: #3F06BE;
}
.BgClassName
{
background-color: #3F06BE;
}
</style>
border-color css
<style>
span { border-color: #3F06BE; }
span { border-color: rgb(63,6,190); }
td.TdClassName
{
border-color: #3F06BE;
}
.TagClassName
{
border-color: #3F06BE;
}
</style>